MCPcopy Create free account
hub / github.com/ZDoom/Raze / SerializeGlobals

Function SerializeGlobals

source/core/savegamehelp.cpp:88–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86FSerializer& Serialize(FSerializer& arc, const char* keyname, XWALL& w, XWALL* def);
87FSerializer& Serialize(FSerializer& arc, const char* keyname, XSECTOR& w, XSECTOR* def);
88END_BLD_NS
89
90//=============================================================================
91//
92//
93//
94//=============================================================================
95
96static void SerializeGlobals(FSerializer& arc)
97{
98 if (arc.BeginObject("globals"))
99 {
100 arc("crouch_toggle", crouch_toggle)
101 .EndObject();
102 }
103}
104
105//=============================================================================
106//

Callers 1

SerializeSessionFunction · 0.85

Calls 2

BeginObjectMethod · 0.45
EndObjectMethod · 0.45

Tested by

no test coverage detected