ClientDb

Undocumented in source.

Members

Functions

clientName
string clientName(ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
clientNames
string[ClientId] clientNames()
Undocumented in source. Be warned that the author may not have intended to support it.
handleClientConnected
void handleClientConnected(ClientConnectedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleClientDisconnected
void handleClientDisconnected(ClientDisconnectedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleClientPosition
void handleClientPosition(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleLoginPacket
void handleLoginPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleViewRadius
void handleViewRadius(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
isLoggedIn
bool isLoggedIn(ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
loggedInClients
auto loggedInClients()
Undocumented in source. Be warned that the author may not have intended to support it.
onSpawn
void onSpawn(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
preInit
void preInit()
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnClient
void spawnClient(vec3 pos, vec2 heading, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
updateObserverVolume
void updateObserverVolume(ClientInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!(voxelman.clientdb.plugininfo)
Undocumented in source.

Variables

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

Meta