EditPlugin

Undocumented in source.

Members

Functions

currentTool
ITool currentTool()
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.
nextTool
void nextTool(string )
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionPress
void onMainActionPress(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionRelease
void onMainActionRelease(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onRotateAction
void onRotateAction(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionPress
void onSecondaryActionPress(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionRelease
void onSecondaryActionRelease(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onTertiaryActionPress
void onTertiaryActionPress(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onTertiaryActionRelease
void onTertiaryActionRelease(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdateEvent
void onUpdateEvent(UpdateEvent event)
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.
prevTool
void prevTool(string )
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.
registerTool
void registerTool(ITool tool)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!(voxelman.edit.plugininfo)
Undocumented in source.

Variables

clientPlugin
ClientPlugin clientPlugin;
Undocumented in source.
fillTool
FillTool fillTool;
Undocumented in source.
nullTool
NullTool nullTool;
Undocumented in source.
selectedTool
size_t selectedTool;
Undocumented in source.
tools
Mapping!ITool tools;
Undocumented in source.

Meta