Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 3, 2010, 1:30:59 PM (15 years ago)
Author:
rgrieder
Message:

Added separate page for a commandline argument reference.
It's not too useful, but better than nothing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/Core.cc

    r7284 r7335  
    7777    Core* Core::singletonPtr_s  = 0;
    7878
     79    //! @cmdarg
    7980    SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file");
     81    //! @cmdarg
    8082    SetCommandLineSwitch(noIOConsole).information("Use this if you don't want to use the IOConsole (for instance for Lua debugging)");
    8183
    8284#ifdef ORXONOX_PLATFORM_WINDOWS
     85    //! @cmdarg
    8386    SetCommandLineArgument(limitToCPU, 1).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is the first core (faster than off)");
    8487#endif
Note: See TracChangeset for help on using the changeset viewer.