Changeset 7406 for code/trunk/src/modules/objects/Script.h
- Timestamp:
- Sep 11, 2010, 2:50:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/Script.h
r7404 r7406 129 129 static const std::string NORMAL; 130 130 static const std::string LUA; 131 static const int INF = -1;131 static const int INF; 132 132 133 133 std::string code_; //!< The code that is executed by this Script.
Note: See TracChangeset
for help on using the changeset viewer.