|
Arma Reforger Script API
|
Public Member Functions | |
| void | Init (ChimeraMenuPreset menuId, string title, bool isSelected=false) |
| ChimeraMenuPreset | GetMenuPreset () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override void | HandlerAttached (Widget w) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Attributes | |
| bool | m_bIsSelected |
| ChimeraMenuPreset | m_eMenuPreset |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Static Protected Attributes | |
| const string | TEXT_WIDGET_NAME = "SizeLayout.Overlay.Text" |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
| ChimeraMenuPreset SCR_MenuNavigationItemComponent.GetMenuPreset | ( | ) |
| void SCR_MenuNavigationItemComponent.Init | ( | ChimeraMenuPreset | menuId, |
| string | title, | ||
| bool | isSelected = false ) |
|
protected |
|
protected |
|
staticprotected |