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

Method StartArray

source/common/engine/serializer_internal.h:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void StartArray()
86 {
87 if (mWriter1) mWriter1->StartArray();
88 else if (mWriter2) mWriter2->StartArray();
89 }
90
91 void EndArray()
92 {

Callers 4

WriteArrayMethod · 0.80
BeginArrayMethod · 0.80
serializer.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected