Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9241 in orxonox.OLD for branches/scripting/src/world_entities/npcs


Ignore:
Timestamp:
Jul 6, 2006, 12:44:18 PM (19 years ago)
Author:
snellen
Message:

error messages von script, scrripttrigger und scriptmanager ans framework angepasst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/scripting/src/world_entities/npcs/gate.cc

    r9235 r9241  
    4141                            addMethod("hide", ExecutorLua0<WorldEntity>(&WorldEntity::hide))
    4242                            ->addMethod("unhide", ExecutorLua0<WorldEntity>(&WorldEntity::unhide))
    43                            // ->addMethod("destroy", ExecutorLua0<Gate>(&Gate::destroy()))   
     43                            ->addMethod("destroy", ExecutorLua0<Gate>(&Gate::destroy))   
    4444                            ->addMethod("setAbsCoor", ExecutorLua3<PNode,float,float,float>(&PNode::setAbsCoor))
    4545                            ->addMethod("getAbsCoorX", ExecutorLua0ret<PNode, float>(&PNode::getAbsCoorX))
Note: See TracChangeset for help on using the changeset viewer.