Changeset 8682 in orxonox.OLD for branches/script_engine
- Timestamp:
- Jun 21, 2006, 5:57:59 PM (18 years ago)
- Location:
- branches/script_engine/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/script_engine/script.cc
r8681 r8682 216 216 lua_pushnumber(luaState, (lua_Number) param); 217 217 argumentCount++; 218 return true;218 return true; 219 219 } 220 220 else -
branches/script_engine/src/world_entities/script_trigger.h
r8681 r8682 62 62 bool scriptIsOk; 63 63 bool actionFinished; 64 int returnCount; 64 int returnCount; //TODO: set return count correctly 65 65 66 66 };
Note: See TracChangeset
for help on using the changeset viewer.