Changeset 8831 in orxonox.OLD for branches/single_player_map/src/world_entities/npcs
- Timestamp:
- Jun 27, 2006, 3:51:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8829 r8831 44 44 ->addMethod("setTime", ExecutorLua1<GenericNPC,float>(&GenericNPC::setTime)) 45 45 ->addMethod("turnTo", ExecutorLua4ret<GenericNPC,bool,float,float,float,float>(&GenericNPC::turnTo)) 46 ->addMethod("setAbsCoor", ExecutorLua3<PNode,float,float,float>(&PNode::setAbsCoor)) 47 ->addMethod("setAbsDir", ExecutorLua4<PNode,float,float,float,float>(&PNode::setAbsDir)) 46 48 ); 47 49 … … 425 427 delete this->currentAnim; 426 428 427 this->setAbsDir Soft(destDir, 0.1f);429 this->setAbsDir(destDir); 428 430 /* 429 431 this->currentAnim = new Animation3D(this);
Note: See TracChangeset
for help on using the changeset viewer.