Changeset 10638 in orxonox.OLD for trunk/src/world_entities/script_triggers/time_trigger.cc
- Timestamp:
- Apr 19, 2007, 4:06:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/script_triggers/time_trigger.cc
r10622 r10638 102 102 if(currentTime < 0) 103 103 { 104 this->execute Action(timestep);104 this->executeScriptFunction(timestep); 105 105 this->stop(); 106 106 }
Note: See TracChangeset
for help on using the changeset viewer.