NetServerPlugin

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Alias This

connection

Members

Functions

handleGameStartEvent
void handleGameStartEvent(GameStartEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleGameStopEvent
void handleGameStopEvent(GameStopEvent 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.
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.
postInit
void postInit()
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

connection
BaseServer connection;
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