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

Method SaveCommand

PanzerChasm/host.cpp:456–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void Host::SaveCommand( const CommandsArguments& args )
457{
458 if( args.empty() )
459 {
460 Log::Warning( "Expected save name" );
461 return;
462 }
463
464 DoSave( args.front().c_str() );
465}
466
467void Host::LoadCommand( const CommandsArguments& args )
468{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected