Arma Reforger Script API
|
This class provides extra rules for the "Generate class from layout" plugin (check GenerateLayoutClassPlugin.c) . More...
Static Public Member Functions | |
static BaseContainer | FindInWidgetSource (WidgetSource ws) |
static void | ExtractVariablesFromBaseContainer (BaseContainer container, out bool out_ExportThisWidget, out bool out_ExportChildWidgets, out string out_WidgetVariableName) |
static bool | GetExportThisWidget (BaseContainer container) |
static bool | GetExportChildWidgets (BaseContainer container) |
static string | GetWidgetVariableName (BaseContainer container) |
Protected Attributes | |
bool | ExportThisWidget |
bool | ExportChildWidgets |
string | WidgetVariableName |
This class provides extra rules for the "Generate class from layout" plugin (check GenerateLayoutClassPlugin.c) .
!! Getters must be updated if variable names are changed. !! FindInWidgetSource must be updated if variable name is changed.
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
|
protected |