Changeset 9107 in orxonox.OLD for branches/presentation/src/story_entities
- Timestamp:
- Jul 4, 2006, 11:02:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/story_entities/game_world.cc
r9074 r9107 64 64 using namespace std; 65 65 66 #include "script_class.h" 67 CREATE_SCRIPTABLE_CLASS(GameWorld, CL_GAME_WORLD, 68 addMethod("setPlaymode", ExecutorLua1<GameWorld,const std::string&>(&GameWorld::setPlaymode)) 69 ); 66 70 67 71 SHELL_COMMAND(speed, GameWorld, setSpeed) ->describe("set the Speed of the Level");
Note: See TracChangeset
for help on using the changeset viewer.