Changeset 8379 in orxonox.OLD for branches/script_engine/src/world_entities
- Timestamp:
- Jun 14, 2006, 12:44:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/script_trigger.cc
r8304 r8379 14 14 this->toList(OM_COMMON); 15 15 16 d ebugDraw = false;16 doDebugDraw = false; 17 17 scriptCalled = false; 18 18 scriptIsOk = false; … … 57 57 .defaultValues(""); 58 58 LoadParam(root, "debugdraw", this, ScriptTrigger, setDebugDraw) 59 .describe("True if the script shoul only be called once")59 .describe("True if the script should only be called once") 60 60 .defaultValues(""); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.