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

Method Clear

engine/Poseidon/Network/NetTransportNet.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 {
55 _data[j] = _data[j + 1];
56 }
57}
58
59void NetSessionDescriptions::Clear()
60{
61 _size = 0;
62}

Callers 2

ProcessPlayersMethod · 0.45
RemovePlayersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected