Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MapFactionCommanderRadialMenu Interface Reference

Class for overriding commands on the map. More...

Inheritance diagram for SCR_MapFactionCommanderRadialMenu:
SCR_MapUIBaseComponent

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_FactionCommanderMenuConfigm_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.
 

Detailed Description

Class for overriding commands on the map.

Member Function Documentation

◆ GetCommanderMenuConfig()

ResourceName SCR_MapFactionCommanderRadialMenu.GetCommanderMenuConfig ( notnull Faction faction)
Returns
commander menu config

Member Data Documentation

◆ m_aFactionCommanderMenuConfigs

ref array<ref SCR_FactionCommanderMenuConfig> SCR_MapFactionCommanderRadialMenu.m_aFactionCommanderMenuConfigs
protected

The documentation for this interface was generated from the following file: