DayZ 1.24
|
Private Member Functions | |
void | WorkbenchPluginAttribute (string name, string description="", string shortcut="", string icon="", array< string > wbModules=null) |
Private Attributes | |
string | m_Name |
string | m_Icon |
string | m_Shortcut |
string | m_Description |
ref array< string > | m_WBModules |
Attribute for Workbench plugin definition: name - ui name in Script Tools menu description - tooltip shortcut - shortcut in simple text form e.g. "ctrl+g" icon - relative path to icon file (32x32 png) wbModules - list of strings representing Workbench modules where this tool should be avalaible (e.g. {"ResourceManager", "ScriptEditor"}). Leave null or empty array for any module.
Definition at line 128 of file workbenchApi.c.
|
inlineprivate |
Definition at line 136 of file workbenchApi.c.
References m_Description, m_Icon, m_Name, m_Shortcut, m_WBModules, and name.
|
private |
Definition at line 133 of file workbenchApi.c.
Referenced by WorkbenchPluginAttribute().
|
private |
Definition at line 131 of file workbenchApi.c.
Referenced by WorkbenchPluginAttribute().
|
private |
Definition at line 130 of file workbenchApi.c.
Referenced by WorkbenchPluginAttribute().
|
private |
Definition at line 132 of file workbenchApi.c.
Referenced by WorkbenchPluginAttribute().
Definition at line 134 of file workbenchApi.c.
Referenced by WorkbenchPluginAttribute().