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

Method LoadParams

engine/Poseidon/UI/Map/UIMapDisplayBriefing.cpp:624–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624void DisplayMap::LoadParams()
625{
626 ParamArchiveLoad ar(GetUserParams());
627 ParamArchive arSubcls;
628 if (!ar.OpenSubclass("MainMap", arSubcls))
629 {
630 return;
631 }
632 if (SerializeParams(arSubcls) != LSOK)
633 {
634 return;
635 }
636}
637
638void DisplayMap::SaveParams()
639{

Callers

nothing calls this directly

Calls 2

GetUserParamsFunction · 0.85
OpenSubclassMethod · 0.80

Tested by

no test coverage detected