Changeset 10614 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.cc
- Timestamp:
- Mar 30, 2007, 11:35:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.cc
r10610 r10614 41 41 executionStopped = false; // true when something goes wrong and the trigger has to be stopped 42 42 addToScript = false; 43 44 45 if(root != NULL)46 {47 48 loadParams(root);49 50 if(addToScript && scriptIsOk)51 {52 script->addObject( "ScriptTrigger", this->getName());53 }54 55 }56 43 57 44 }
Note: See TracChangeset
for help on using the changeset viewer.