Changeset 8407 in orxonox.OLD for branches/script_engine/src/world_entities/space_ships/helicopter.h
- Timestamp:
- Jun 14, 2006, 5:43:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/space_ships/helicopter.h
r7810 r8407 37 37 38 38 virtual void process(const Event &event); 39 40 virtual void moveUp(bool move){bUp = move;}; 39 41 40 42 … … 78 80 }; 79 81 82 //CREATE_SCRIPTABLE_CLASS(Helicopter, CL_HELICOPTER, 83 // addMethod("moveUp", ExecutorLua1<Object,bool>(&Helicopter::moveUp)) 84 // ); 85 86 80 87 #endif /* _HELICOPTERS_H */
Note: See TracChangeset
for help on using the changeset viewer.