- changeDimentionCommand
void changeDimentionCommand(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- handleGameStartPacket
void handleGameStartPacket(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.
- isSpawned
bool isSpawned(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.
- onAddActive
void onAddActive(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRemoveActive
void onRemoveActive(CommandParams params)
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.
- spawnClient
void spawnClient(vec3 pos, vec2 heading, ushort dimention, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateObserverBox
void updateObserverBox(ClientInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.