MCPcopy 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
616void ParamArchiveLoad::Close()
617{
618 if (!_open)
619 {
620 return;
621 }
622 GetParamFile()->Clear();
623}
624
625ParamArchiveSave::ParamArchiveSave(int version, void* params)
626{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected