Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_FactionCommanderMenuEntry Interface Reference
Inheritance diagram for SCR_FactionCommanderMenuEntry:
SCR_FactionCommanderTaskRootMenuEntry

Public Member Functions

bool GetShowHint ()
 
EHint GetHintId ()
 
bool IsEnabled ()
 
string GetName ()
 
string GetDisplayName ()
 
ResourceName GetIconImageset ()
 
string GetIconName ()
 
bool IsGroupOrder ()
 
bool IsSupportRequest ()
 
bool IsCategory ()
 
SCR_FactionCommanderBaseMenuHandler GetMenuHandler ()
 
void GetEntries (out notnull array< ref SCR_FactionCommanderMenuEntry > entries)
 

Public Attributes

ResourceName m_sIconImageset
 

Protected Attributes

bool m_bEnabled
 
string m_sName
 
string m_sDisplayName
 
string m_sIconName
 
bool m_bGroupOrder
 
bool m_bSupportRequest
 
bool m_bForceCategoryClass
 
ref SCR_FactionCommanderBaseMenuHandler m_MenuHandler
 
ref array< ref SCR_FactionCommanderMenuEntrym_aChildEntries
 
bool m_bShowHint
 
EHint m_eHintId
 

Member Function Documentation

◆ GetDisplayName()

string SCR_FactionCommanderMenuEntry.GetDisplayName ( )

◆ GetEntries()

void SCR_FactionCommanderMenuEntry.GetEntries ( out notnull array< ref SCR_FactionCommanderMenuEntry > entries)

◆ GetHintId()

EHint SCR_FactionCommanderMenuEntry.GetHintId ( )

◆ GetIconImageset()

ResourceName SCR_FactionCommanderMenuEntry.GetIconImageset ( )

◆ GetIconName()

string SCR_FactionCommanderMenuEntry.GetIconName ( )

◆ GetMenuHandler()

SCR_FactionCommanderBaseMenuHandler SCR_FactionCommanderMenuEntry.GetMenuHandler ( )

◆ GetName()

string SCR_FactionCommanderMenuEntry.GetName ( )

◆ GetShowHint()

bool SCR_FactionCommanderMenuEntry.GetShowHint ( )

◆ IsCategory()

bool SCR_FactionCommanderMenuEntry.IsCategory ( )

◆ IsEnabled()

bool SCR_FactionCommanderMenuEntry.IsEnabled ( )

◆ IsGroupOrder()

bool SCR_FactionCommanderMenuEntry.IsGroupOrder ( )

◆ IsSupportRequest()

bool SCR_FactionCommanderMenuEntry.IsSupportRequest ( )

Member Data Documentation

◆ m_aChildEntries

ref array<ref SCR_FactionCommanderMenuEntry> SCR_FactionCommanderMenuEntry.m_aChildEntries
protected

◆ m_bEnabled

bool SCR_FactionCommanderMenuEntry.m_bEnabled
protected

◆ m_bForceCategoryClass

bool SCR_FactionCommanderMenuEntry.m_bForceCategoryClass
protected

◆ m_bGroupOrder

bool SCR_FactionCommanderMenuEntry.m_bGroupOrder
protected

◆ m_bShowHint

bool SCR_FactionCommanderMenuEntry.m_bShowHint
protected

◆ m_bSupportRequest

bool SCR_FactionCommanderMenuEntry.m_bSupportRequest
protected

◆ m_eHintId

EHint SCR_FactionCommanderMenuEntry.m_eHintId
protected

◆ m_MenuHandler

ref SCR_FactionCommanderBaseMenuHandler SCR_FactionCommanderMenuEntry.m_MenuHandler
protected

◆ m_sDisplayName

string SCR_FactionCommanderMenuEntry.m_sDisplayName
protected

◆ m_sIconImageset

ResourceName SCR_FactionCommanderMenuEntry.m_sIconImageset

◆ m_sIconName

string SCR_FactionCommanderMenuEntry.m_sIconName
protected

◆ m_sName

string SCR_FactionCommanderMenuEntry.m_sName
protected

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