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

Method ArraySize

source/common/engine/serializer.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211//==========================================================================
212
213unsigned FSerializer::ArraySize()
214{
215 if (r != nullptr && r->mObjects.Last().mObject->IsArray())
216 {
217 return r->mObjects.Last().mObject->Size();
218 }
219 else
220 {
221 return 0;
222 }
223}
224
225//==========================================================================
226//

Callers 4

S_SerializeSoundsFunction · 0.80
StaticReadRNGStateMethod · 0.80
serializer.hFile · 0.80
ReadValueMethod · 0.80

Calls 2

IsArrayMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected