Changeset 7233 for code/branches/consolecommands3/src/orxonox/gamestates
- Timestamp:
- Aug 28, 2010, 12:02:03 AM (14 years ago)
- Location:
- code/branches/consolecommands3/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc
r7219 r7233 60 60 _SetConsoleCommand(__CC_startDedicated_name, &GSMainMenu::startDedicated ).deactivate(); 61 61 _SetConsoleCommand(__CC_startMainMenu_name, &GSMainMenu::startMainMenu ).deactivate(); 62 _SetConsoleCommand(__CC_setMainMenuSoundPath_name, &GSMainMenu::setMainMenuSoundPath) ;62 _SetConsoleCommand(__CC_setMainMenuSoundPath_name, &GSMainMenu::setMainMenuSoundPath).hide(); 63 63 64 64 GSMainMenu::GSMainMenu(const GameStateInfo& info) -
code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc
r7219 r7233 45 45 static const std::string __CC_pause_name = "pause"; 46 46 47 _SetConsoleCommand("printObjects", &GSRoot::printObjects) ;47 _SetConsoleCommand("printObjects", &GSRoot::printObjects).hide(); 48 48 _SetConsoleCommand(__CC_setTimeFactor_name, &GSRoot::setTimeFactor).accessLevel(AccessLevel::Master).defaultValues(1.0); 49 49 _SetConsoleCommand(__CC_pause_name, &GSRoot::pause ).accessLevel(AccessLevel::Master);
Note: See TracChangeset
for help on using the changeset viewer.