Changeset 10609 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.cc
- Timestamp:
- Mar 29, 2007, 6:08:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/world_entities/script_triggers/script_trigger.cc
r10607 r10609 61 61 executionStopped = false; // true when something goes wrong and the trigger has to be stopped 62 62 addToScript = false; 63 this->activeOnCreation = false;64 63 65 64 … … 106 105 .describe("where this script trigger should be located") 107 106 .defaultValues(""); 108 LoadParam(root, "delay", this, ScriptTrigger, setDelay)109 .describe("the delay after which the funtion sould be triggered")110 .defaultValues(0);111 107 LoadParam(root, "triggerparent", this, ScriptTrigger, setTriggerParent) 112 108 .describe("The name of the parent as it is in the *.oxw file")
Note: See TracChangeset
for help on using the changeset viewer.