DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс WorkbenchPluginAttribute
+ Граф наследования:WorkbenchPluginAttribute:

Закрытые члены

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

Закрытые данные

string m_Name
 
string m_Icon
 
string m_Shortcut
 
string m_Description
 
ref array< stringm_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.

См. определение в файле workbenchApi.c строка 128