ClientPlugin

Undocumented in source.

Members

Functions

drawOverlay
void drawOverlay()
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.
onClosePressedEvent
void onClosePressedEvent(ClosePressedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onConsoleCommand
void onConsoleCommand(string command)
Undocumented in source. Be warned that the author may not have intended to support it.
onConsoleToggleKey
void onConsoleToggleKey(string )
Undocumented in source. Be warned that the author may not have intended to support it.
onLockMouse
void onLockMouse(string )
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.
onStopCommand
void onStopCommand(CommandParams )
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.
preInit
void preInit()
Undocumented in source. Be warned that the author may not have intended to support it.
printFpsDebug
void printFpsDebug()
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.
run
void run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
updateFrameTime
void updateFrameTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.client.plugininfo"
Undocumented in source.

Variables

console
Console console;
Undocumented in source.
delta
double delta;
Undocumented in source.
fpsHelper
FpsHelper fpsHelper;
Undocumented in source.
frameTime
Duration frameTime;
Undocumented in source.
isConsoleShown
bool isConsoleShown;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
limitFps
bool limitFps;
Undocumented in source.
maxFpsOpt
ConfigOption maxFpsOpt;
Undocumented in source.

Meta