Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
WorkbenchPluginAttribute Class Reference

Attribute for Workbench plugin definition: name - ui name in Script Tools menu description - tooltip shortcut - shortcut in simple text form e.g. More...

Inheritance diagram for WorkbenchPluginAttribute:
WorkbenchToolAttribute

Private Member Functions

void WorkbenchPluginAttribute (string name, string description="", string shortcut="", string icon="", array< string > wbModules=null)

Private Attributes

string m_Description
string m_Icon
string m_Name
string m_Shortcut
ref array< stringm_WBModules

Detailed Description

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 137 of file workbenchapi.c.

Constructor & Destructor Documentation

◆ WorkbenchPluginAttribute()

void WorkbenchPluginAttribute ( string name,
string description = "",
string shortcut = "",
string icon = "",
array< string > wbModules = null )
inlineprivate

Definition at line 145 of file workbenchapi.c.

References m_Description, m_Icon, m_Name, m_Shortcut, m_WBModules, and name.

Field Documentation

◆ m_Description

string m_Description
private

Definition at line 142 of file workbenchapi.c.

Referenced by WorkbenchPluginAttribute().

◆ m_Icon

string m_Icon
private

Definition at line 140 of file workbenchapi.c.

Referenced by WorkbenchPluginAttribute().

◆ m_Name

string m_Name
private

Definition at line 139 of file workbenchapi.c.

Referenced by WorkbenchPluginAttribute().

◆ m_Shortcut

string m_Shortcut
private

Definition at line 141 of file workbenchapi.c.

Referenced by WorkbenchPluginAttribute().

◆ m_WBModules

ref array<string> m_WBModules
private

Definition at line 143 of file workbenchapi.c.

Referenced by WorkbenchPluginAttribute().


The documentation for this class was generated from the following file: