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