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

Function SECRET_Serialize

source/core/secrets.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void SECRET_Serialize(FSerializer &arc)
127{
128 if (arc.BeginObject("secrets"))
129 {
130 arc("secrets", discovered_secrets)
131 .EndObject();
132 }
133}
134
135void SECRET_SetMapName(const char *filename, const char *_maptitle)
136{

Callers 1

SerializeSessionFunction · 0.85

Calls 2

BeginObjectMethod · 0.45
EndObjectMethod · 0.45

Tested by

no test coverage detected