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

Method LoadCommand

PanzerChasm/host.cpp:467–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void Host::LoadCommand( const CommandsArguments& args )
468{
469 if( args.empty() )
470 {
471 Log::Warning( "Expected save name" );
472 return;
473 }
474
475 DoLoad( args.front().c_str() );
476}
477
478void Host::DoVidRestart()
479{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected