Changeset 10498 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jan 30, 2007, 11:10:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc.cc
r10459 r10498 52 52 ->addMethod("setAbsDir", Executor4<PNode, lua_State*,float,float,float,float>(&PNode::setAbsDir)) 53 53 ->addMethod("fire", Executor0<NPC, lua_State*>(&NPC::fire)) 54 54 ->addMethod("pause", Executor1<WorldEntity, lua_State*, bool>(&WorldEntity::pauseTrack)) 55 55 ); 56 56
Note: See TracChangeset
for help on using the changeset viewer.