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

Method Serialize

engine/Poseidon/AI/AICenterStats.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182};
183
184LSError KillsItem::Serialize(ParamArchive& ar)
185{
186 PARAM_CHECK(ar.SerializeEnum("index", index, 1))
187 PARAM_CHECK(ar.Serialize("value", value, 1, 0))
188 return LSOK;
189}
190
191LSError AIStatsCampaign::Serialize(ParamArchive& ar)
192{

Callers 1

CampaignSerializeMethod · 0.45

Calls 15

sprintfFunction · 0.85
SerializeEnumMethod · 0.80
GetPassMethod · 0.80
SerializeRefMethod · 0.80
GetArVersionMethod · 0.80
ProcessChangeMethod · 0.80
SerializeFunction · 0.70
SetParamsMethod · 0.45
GetGameStateMethod · 0.45
SerializeArrayMethod · 0.45
IsSavingMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected