ClientPlugin

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

drawOverlay
void drawOverlay(Render2Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
drawSolid
void drawSolid(RenderSolid3dEvent 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.
load
void load(string[] args)
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.
onToggleCulling
void onToggleCulling(string )
Undocumented in source. Be warned that the author may not have intended to support it.
onToggleTriangle
void onToggleTriangle(string )
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.
printDebug
void printDebug()
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, bool dedicated)
Undocumented in source. Be warned that the author may not have intended to support it.
startServer
void startServer(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.
isCullingEnabled
bool isCullingEnabled;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
limitFps
bool limitFps;
Undocumented in source.
maxFpsOpt
ConfigOption maxFpsOpt;
Undocumented in source.
mouseLocked
bool mouseLocked;
Undocumented in source.
stats
AppStatistics stats;
Undocumented in source.
triangleMode
bool triangleMode;
Undocumented in source.

Meta