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

Method Clear

engine/Poseidon/Network/NetworkMsg.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 _indices = indices;
263 _indices->Scan(this);
264}
265
266void NetworkMessageFormatBase::Clear()
267{
268 _items.Clear();
269 _map.Clear();
270}
271

Callers 15

LoadBanListFunction · 0.45
ApplyVotingMethod · 0.45
DoneMethod · 0.45
PrepareGameMethod · 0.45
DestroyAllObjectsMethod · 0.45
OnNetworkCommandMethod · 0.45
DestroyMsgFormatsFunction · 0.45
OnMessageMethod · 0.45
DebugAskMethod · 0.45
SimulateDSMethod · 0.45
OnSimulateMethod · 0.45
LoadIpBanListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected