Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void 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
DeletePlayerObjectInfo
Method · 0.45
ReceiveFileSegment
Method · 0.45
GetSessions
Method · 0.45
DestroyRemoteObject
Method · 0.45
PlaySound
Method · 0.45
SoundState
Method · 0.45
DeleteCommand
Method · 0.45
DeleteObject
Method · 0.45
SendMessages
Method · 0.45
OnMessage
Method · 0.45
OnMessage
Method · 0.45
OnSimulate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected