- Timestamp:
- Jan 28, 2007, 9:10:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc.cc
r10449 r10459 51 51 ->addMethod("setAbsCoor", Executor3<PNode, lua_State*,float,float,float>(&PNode::setAbsCoor)) 52 52 ->addMethod("setAbsDir", Executor4<PNode, lua_State*,float,float,float,float>(&PNode::setAbsDir)) 53 ->addMethod("fire", Executor0<NPC, lua_State*>(&NPC::fire)) 54 53 55 ); 54 56
Note: See TracChangeset
for help on using the changeset viewer.