Arma Reforger Script API
|
Public Member Functions | |
override void | OnMenuOpen () |
override void | OnMenuFocusGained () |
Public Member Functions inherited from ChimeraMenuBase | |
override void | OnMenuInit () |
override void | OnMenuUpdate (float tDelta) |
override void | OnMenuOpen () |
override void | OnMenuOpened () |
override void | OnMenuClose () |
override void | OnMenuFocusGained () |
override void | OnMenuFocusLost () |
override void | OnMenuShow () |
override void | OnMenuHide () |
Protected Member Functions | |
void | PrepareTiles () |
void | OnBack () |
void | OnTileFocused (SCR_GMMenuTileComponent tile) |
Protected Attributes | |
SCR_GalleryComponent | m_Gallery |
WorkshopApi | m_WorkshopAPI |
SCR_GMMenuTileComponent | m_CurrentTile |
Protected Attributes inherited from ChimeraMenuBase | |
bool | m_bTextEditActive = false |
Static Protected Attributes | |
const ResourceName | TILES_LAYOUT = "{02155A85F2DC521F}UI/layouts/Menus/GMMenu/GMMenuTile.layout" |
const ResourceName | CONFIG = "{CA59D3A983A1BBAB}Configs/GMMenu/GMMenuEntries.conf" |
Static Protected Attributes inherited from ChimeraMenuBase | |
const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
static ChimeraMenuBase | m_ThisMenu |
Additional Inherited Members | |
Static Public Member Functions inherited from ChimeraMenuBase | |
static ChimeraMenuBase | CurrentChimeraMenu () |
static ChimeraMenuBase | GetOwnerMenu (Widget w) |
Returns parent menu of a widget. | |
Public Attributes inherited from ChimeraMenuBase | |
ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
|
protected |
override void SCR_GMMenu.OnMenuFocusGained | ( | ) |
Implements ChimeraMenuBase.
override void SCR_GMMenu.OnMenuOpen | ( | ) |
Implements ChimeraMenuBase.
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
staticprotected |