Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Close
Method
Close
engine/Poseidon/IO/Serialization/ParamArchive.cpp:616–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
void ParamArchiveLoad::Close()
617
{
618
if (!_open)
619
{
620
return;
621
}
622
GetParamFile()->Clear();
623
}
624
625
ParamArchiveSave::ParamArchiveSave(int version, void* params)
626
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected