Changeset 9746 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 16, 2006, 3:34:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/game_world.cc
r9727 r9746 64 64 ObjectListDefinition(GameWorld); 65 65 CREATE_SCRIPTABLE_CLASS(GameWorld, GameWorld::classID(), 66 addMethod("setPlaymode", ExecutorLua1<GameWorld,const std::string&>(&GameWorld::setPlaymode))67 ->addMethod("setSoundtrack", Executor Lua1<GameWorld, const std::string&>(&GameWorld::setSoundtrack))66 addMethod("setPlaymode", Executor1<GameWorld, lua_State*,const std::string&>(&GameWorld::setPlaymode)) 67 ->addMethod("setSoundtrack", Executor1<GameWorld, lua_State*, const std::string&>(&GameWorld::setSoundtrack)) 68 68 ); 69 69
Note: See TracChangeset
for help on using the changeset viewer.