Changeset 10720 in orxonox.OLD for branches/presentation/src/world_entities/environments/rotor.cc
- Timestamp:
- Jun 18, 2007, 7:07:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/environments/rotor.cc
r10643 r10720 19 19 #include "util/loading/factory.h" 20 20 21 22 23 21 ObjectListDefinition(Rotor); 24 22 CREATE_FACTORY(Rotor); 23 24 #include "script_class.h" 25 CREATE_SCRIPTABLE_CLASS(Rotor, 26 addMethod("pause", Executor1<WorldEntity, lua_State*, bool>(&WorldEntity::pauseTrack)) 27 ); 28 25 29 26 30 /**
Note: See TracChangeset
for help on using the changeset viewer.