Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerCommandingMenuCategoryElement Class Reference

Commanding menu base element class. More...

Inheritance diagram for SCR_PlayerCommandingMenuCategoryElement:
SCR_PlayerCommandingMenuBaseElement

Protected Member Functions

string GetCategoryDisplayText ()
void SetCategoryDisplayText (string displayText)
array< ref SCR_PlayerCommandingMenuBaseElementGetCategoryElements ()
ResourceName GetIconImageset ()
string GetIconName ()
bool GetCanShowOnMap ()

Protected Attributes

string m_sCategoryDisplayText
ref array< ref SCR_PlayerCommandingMenuBaseElementm_aElements
ResourceName m_sImageset
string m_sIconName
bool m_bShowOnMap

Detailed Description

Commanding menu base element class.

Definition at line 100 of file SCR_PlayerCommandsConfig.c.

Member Function Documentation

◆ GetCanShowOnMap()

bool SCR_PlayerCommandingMenuCategoryElement::GetCanShowOnMap ( )
inlineprotected

Definition at line 148 of file SCR_PlayerCommandsConfig.c.

◆ GetCategoryDisplayText()

string SCR_PlayerCommandingMenuCategoryElement::GetCategoryDisplayText ( )
inlineprotected

Definition at line 118 of file SCR_PlayerCommandsConfig.c.

◆ GetCategoryElements()

array< ref SCR_PlayerCommandingMenuBaseElement > SCR_PlayerCommandingMenuCategoryElement::GetCategoryElements ( )
inlineprotected

Definition at line 130 of file SCR_PlayerCommandsConfig.c.

◆ GetIconImageset()

ResourceName SCR_PlayerCommandingMenuCategoryElement::GetIconImageset ( )
inlineprotected

Definition at line 136 of file SCR_PlayerCommandsConfig.c.

◆ GetIconName()

string SCR_PlayerCommandingMenuCategoryElement::GetIconName ( )
inlineprotected

Definition at line 142 of file SCR_PlayerCommandsConfig.c.

◆ SetCategoryDisplayText()

void SCR_PlayerCommandingMenuCategoryElement::SetCategoryDisplayText ( string displayText)
inlineprotected

Definition at line 124 of file SCR_PlayerCommandsConfig.c.

Member Data Documentation

◆ m_aElements

ref array<ref SCR_PlayerCommandingMenuBaseElement> SCR_PlayerCommandingMenuCategoryElement::m_aElements
protected

Definition at line 106 of file SCR_PlayerCommandsConfig.c.

◆ m_bShowOnMap

bool SCR_PlayerCommandingMenuCategoryElement::m_bShowOnMap
protected

Definition at line 115 of file SCR_PlayerCommandsConfig.c.

◆ m_sCategoryDisplayText

string SCR_PlayerCommandingMenuCategoryElement::m_sCategoryDisplayText
protected

Definition at line 103 of file SCR_PlayerCommandsConfig.c.

◆ m_sIconName

string SCR_PlayerCommandingMenuCategoryElement::m_sIconName
protected

Definition at line 112 of file SCR_PlayerCommandsConfig.c.

◆ m_sImageset

ResourceName SCR_PlayerCommandingMenuCategoryElement::m_sImageset
protected

Definition at line 109 of file SCR_PlayerCommandsConfig.c.


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