MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Reload

Method Reload

engine/Poseidon/IO/ParamFile/ParamFileParse.cpp:911–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void ParamFile::Reload()
912{
913 ParamFile source;
914 source.Parse(_name);
915 DeleteVariables();
916 _vars = source._vars;
917 source._vars = nullptr;
918 Update(source);
919 SetFile(this);
920}
921
922void ParamFile::SerializeBin(SerializeBinStream& f)
923{

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected