Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SelectionMenuEntryCommandComponent.c
Go to the documentation of this file.
3{
4 [Attribute("CommandText")]
5 protected string m_sCommandText;
6
8
9 //------------------------------------------------------------------------------------------------
10 override void HandlerAttached(Widget w)
11 {
12 super.HandlerAttached(w);
13
14 m_wCommandText = TextWidget.Cast(m_wRoot.FindAnyWidget(m_sCommandText));
15 }
16
17 //------------------------------------------------------------------------------------------------
18 void SetCommandText(string text)
19 {
21 m_wCommandText.SetText(text);
22 }
23}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")
void SetCommandText(string text)
string m_sCommandText
override void HandlerAttached(Widget w)
TextWidget m_wCommandText
SCR_FieldOfViewSettings Attribute