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

Method Delete

engine/Poseidon/Network/NetTransportNet.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 return -1;
46 }
47 return _size++;
48}
49
50void NetSessionDescriptions::Delete(int i)
51{
52 _size--;
53 for (int j = i; j < _size; j++)
54 {
55 _data[j] = _data[j + 1];
56 }
57}

Callers 15

ReceiveFileSegmentMethod · 0.45
GetSessionsMethod · 0.45
DestroyRemoteObjectMethod · 0.45
PlaySoundMethod · 0.45
SoundStateMethod · 0.45
DeleteCommandMethod · 0.45
DeleteObjectMethod · 0.45
SendMessagesMethod · 0.45
OnMessageMethod · 0.45
OnMessageMethod · 0.45
OnSimulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected