Changeset 10631 in orxonox.OLD for branches/inputdevice/src/world_entities/script_triggers/script_trigger.h
- Timestamp:
- Apr 12, 2007, 7:10:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/inputdevice/src/world_entities/script_triggers/script_trigger.h
r10622 r10631 27 27 28 28 /// DO WORK 29 virtual void tick(float timestep) = 0;30 virtual void execute Action(float timestep);29 virtual void tick(float timestep){} 30 virtual void executeScriptFunction(float timestep); 31 31 void testScriptingFramework(); 32 32
Note: See TracChangeset
for help on using the changeset viewer.