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

Method WriteAllFields

source/common/objects/dobjtype.cpp:123–126  ·  view source on GitHub ↗

Same as WriteValue, but does not create a new object in the serializer This is so that user variables do not contain unnecessary subblocks.

Source from the content-addressed store, hash-verified

121// Same as WriteValue, but does not create a new object in the serializer
122// This is so that user variables do not contain unnecessary subblocks.
123void PClass::WriteAllFields(FSerializer &ar, const void *addr) const
124{
125 RecurseWriteFields(this, ar, addr);
126}
127
128//==========================================================================
129//

Callers 1

SerializeUserVarsMethod · 0.80

Calls 1

RecurseWriteFieldsFunction · 0.85

Tested by

no test coverage detected