NetClientPlugin

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Alias This

connection

Members

Functions

connect
void connect(string ip, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
connectCommand
void connectCommand(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
handleGameStartEvent
void handleGameStartEvent(GameStartEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handlePacketMapPacket
void handlePacketMapPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handleThisClientConnected
void handleThisClientConnected(ThisClientConnectedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleThisClientDisconnected
void handleThisClientDisconnected(ThisClientDisconnectedEvent event)
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.
onConnect
void onConnect(ENetEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onDisconnect
void onDisconnect(ENetEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onGameStopEvent
void onGameStopEvent(GameStopEvent gameStopEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostUpdateEvent
void onPostUpdateEvent(PostUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreUpdateEvent
void onPreUpdateEvent(PreUpdateEvent event)
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.

Mixins

__anonymous
mixin NetCommon
Undocumented in source.

Variables

commandPlugin
CommandPluginClient commandPlugin;
Undocumented in source.
connection
BaseClient connection;
Undocumented in source.
dbg
Debugger dbg;
Undocumented in source.
serverIpOpt
ConfigOption serverIpOpt;
Undocumented in source.
serverPortOpt
ConfigOption serverPortOpt;
Undocumented in source.

Mixed In Members

From mixin NetCommon

__anonymous
mixin IdAndSemverFrom!(voxelman.net.plugininfo)
Undocumented in source.
preInit
void preInit()
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.

Meta