Changeset 7406 for code/trunk/src/modules/objects
- Timestamp:
- Sep 11, 2010, 2:50:21 PM (14 years ago)
- Location:
- code/trunk/src/modules/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/Script.cc
r7404 r7406 42 42 /*static*/ const std::string Script::NORMAL = "normal"; 43 43 /*static*/ const std::string Script::LUA = "lua"; 44 /*static*/ const int Script::INF = -1; 44 45 45 46 /** -
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.