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

Function SerializeAutomap

source/core/automap.cpp:240–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238//---------------------------------------------------------------------------
239
240void SerializeAutomap(FSerializer& arc)
241{
242 if (arc.BeginObject("automap"))
243 {
244 arc("automapping", automapping)
245 ("fullmap", gFullMap)
246 ("mappedsectors", show2dsector)
247 ("mappedwalls", show2dwall)
248 .EndObject();
249 }
250}
251
252
253//---------------------------------------------------------------------------

Callers 1

SerializeSessionFunction · 0.85

Calls 2

BeginObjectMethod · 0.45
EndObjectMethod · 0.45

Tested by

no test coverage detected