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

Method OpenWriter

source/common/engine/serializer.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125//==========================================================================
126
127bool FSerializer::OpenWriter(bool pretty)
128{
129 if (w != nullptr || r != nullptr) return false;
130
131 mErrors = 0;
132 w = new FWriter(pretty);
133 BeginObject(nullptr);
134 return true;
135}
136
137//==========================================================================
138//

Callers 2

WriteSavegameFunction · 0.80
GetGamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected