MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / LoadGame_f

Function LoadGame_f

neo/framework/Session.cpp:1769–1776  ·  view source on GitHub ↗

=============== LoadGame_f =============== */

Source from the content-addressed store, hash-verified

1767===============
1768*/
1769void LoadGame_f( const idCmdArgs &args ) {
1770 console->Close();
1771 if ( args.Argc() < 2 || idStr::Icmp(args.Argv(1), "quick" ) == 0 ) {
1772 sessLocal.QuickLoad();
1773 } else {
1774 sessLocal.LoadGame( args.Argv(1) );
1775 }
1776}
1777
1778/*
1779===============

Callers

nothing calls this directly

Calls 5

ArgcMethod · 0.80
ArgvMethod · 0.80
QuickLoadMethod · 0.80
LoadGameMethod · 0.80
CloseMethod · 0.45

Tested by

no test coverage detected