Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10459 in orxonox.OLD


Ignore:
Timestamp:
Jan 28, 2007, 9:10:49 PM (17 years ago)
Author:
snellen
Message:

npc: fire is scriptable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/npc.cc

    r10449 r10459  
    5151                        ->addMethod("setAbsCoor", Executor3<PNode, lua_State*,float,float,float>(&PNode::setAbsCoor))
    5252                        ->addMethod("setAbsDir", Executor4<PNode, lua_State*,float,float,float,float>(&PNode::setAbsDir))
     53                        ->addMethod("fire", Executor0<NPC, lua_State*>(&NPC::fire))
     54
    5355                       );
    5456
Note: See TracChangeset for help on using the changeset viewer.