Changeset 9757 in orxonox.OLD for branches/new_class_id/src/world_entities/creatures
- Timestamp:
- Sep 18, 2006, 10:06:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/creatures/fps_player.cc
r9746 r9757 46 46 47 47 #include "script_class.h" 48 CREATE_SCRIPTABLE_CLASS(FPSPlayer, FPSPlayer::classID(),48 CREATE_SCRIPTABLE_CLASS(FPSPlayer, 49 49 addMethod("setAbsCoor", Executor3<PNode, lua_State*,float,float,float>(&PNode::setAbsCoor)) 50 50 ->addMethod("getAbsCoorX", Executor0ret<PNode, lua_State*, float>(&PNode::getAbsCoorX)) … … 167 167 168 168 //subscribe to collision reaction 169 this->subscribeReaction(CREngine::CR_PHYSICS_FULL_WALK, BspEntity:: classID());169 this->subscribeReaction(CREngine::CR_PHYSICS_FULL_WALK, BspEntity::staticClassID()); 170 170 171 171 this->initWeapon = false;
Note: See TracChangeset
for help on using the changeset viewer.