|
Arma Reforger Script API
|
Class for overriding commands on the map. More...
Public Member Functions | |
| ResourceName | GetCommanderMenuConfig (notnull Faction faction) |
Public Member Functions inherited from SCR_MapUIBaseComponent | |
| bool | IsConfigDisabled () |
| bool | IsExclusive () |
| void | SetActive (bool active, bool isCleanup=false) |
| Enable open/close events, called every time component is activated, usually on map open. | |
| void | Init () |
| Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation. | |
| void | Update (float timeSlice) |
| Update method for frame operations. | |
| bool | IsToolMenuFocused () |
| void | SCR_MapUIBaseComponent () |
Protected Attributes | |
| ref array< ref SCR_FactionCommanderMenuConfig > | m_aFactionCommanderMenuConfigs |
Protected Attributes inherited from SCR_MapUIBaseComponent | |
| bool | m_bDisableComponent |
| bool | m_bIsExclusive |
| bool | m_bHookToRoot = false |
| Widget | m_RootWidget |
| SCR_MapEntity | m_MapEntity |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_MapUIBaseComponent | |
| void | OnMapOpen (MapConfiguration config) |
| SCR_MapEntity event. | |
| void | OnMapClose (MapConfiguration config) |
| SCR_MapEntity event. | |
Class for overriding commands on the map.
| ResourceName SCR_MapFactionCommanderRadialMenu.GetCommanderMenuConfig | ( | notnull Faction | faction | ) |
|
protected |