Changeset 7357 for code/branches/doc/src/orxonox/gamestates
- Timestamp:
- Sep 5, 2010, 6:50:17 PM (14 years ago)
- Location:
- code/branches/doc/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/orxonox/gamestates/GSClient.cc
r7335 r7357 40 40 DeclareGameState(GSClient, "client", false, false); 41 41 42 //! @cmdarg43 42 SetCommandLineArgument(dest, "127.0.0.1").information("Server hostname/IP (IP in the form of #.#.#.#)"); 44 43 -
code/branches/doc/src/orxonox/gamestates/GSServer.cc
r7335 r7357 39 39 DeclareGameState(GSServer, "server", false, false); 40 40 41 //! @cmdarg42 41 SetCommandLineArgument(port, 55556).shortcut("p").information("Network communication port to be used 0-65535 (default: 55556)"); 43 42
Note: See TracChangeset
for help on using the changeset viewer.