- Timestamp:
- Jun 14, 2006, 5:43:23 PM (18 years ago)
- Location:
- branches/script_engine/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/script_trigger.cc
r8402 r8407 97 97 } 98 98 99 /** 100 * Sets the parent of the trigger. 101 * @param parent The parrent. 102 */ 99 103 void ScriptTrigger::setTriggerParent(const std::string& parent) 100 104 { -
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.