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

Function SerializeStatistics

source/core/statistics.cpp:518–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518void SerializeStatistics(FSerializer &arc)
519{
520 if (arc.BeginObject("statistics"))
521 {
522 arc("levelname", LevelName)
523 ("episode", StartEpisode)
524 ("skill", StartSkill)
525 ("levels", LevelData)
526 .EndObject();
527 }
528}
529
530
531//==========================================================================

Callers 1

SerializeSessionFunction · 0.85

Calls 2

BeginObjectMethod · 0.45
EndObjectMethod · 0.45

Tested by

no test coverage detected