Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Save
Method
Save
ogsr_engine/xrGame/console_commands.cpp:644–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
virtual void Save(IWriter* F)
645
{
646
if (!*g_last_saved_game)
647
return;
648
649
F->w_printf(
"%s %s\r\n"
, cName, g_last_saved_game);
650
}
651
};
652
653
class CCC_FloatBlock : public CCC_Float
Callers
nothing calls this directly
Calls
1
w_printf
Method · 0.80
Tested by
no test coverage detected