MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / RunServerCommand

Method RunServerCommand

PanzerChasm/host.cpp:448–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void Host::RunServerCommand( const CommandsArguments& args )
449{
450 // TODO - parse args, somehow
451 PC_UNUSED(args);
452
453 StartServer( 1u, Difficulty::Normal, GameRules::Deathmatch, false, 0u, 0u );
454}
455
456void Host::SaveCommand( const CommandsArguments& args )
457{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected