ClientStorage

Undocumented in source.

Members

Functions

addClient
ClientId addClient(ENetPeer* peer)
Undocumented in source. Be warned that the author may not have intended to support it.
clientPeer
ENetPeer* clientPeer(ClientId id)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
nextPeerId
ClientId nextPeerId()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Client* opIndex(ClientId id)
Undocumented in source. Be warned that the author may not have intended to support it.
removeClient
void removeClient(ClientId id)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clients
Client*[ClientId] clients;
Undocumented in source.

Meta