Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_SelectionMenuEntryCommandComponent.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot:
true
),
SCR_BaseContainerCustomTitleUIInfo
(
"Name"
)]
2
class
SCR_SelectionMenuEntryCommandComponent
:
SCR_SelectionMenuEntryIconComponent
3
{
4
[
Attribute
(
"CommandText"
)]
5
protected
string
m_sCommandText
;
6
7
protected
TextWidget
m_wCommandText
;
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
{
20
if
(
m_wCommandText
)
21
m_wCommandText
.SetText(text);
22
}
23
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerCustomTitleUIInfo
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")
Definition
SCR_ArsenalManagerComponent.c:1752
SCR_ScriptedWidgetComponent::m_wRoot
Widget m_wRoot
Definition
SCR_ScriptedWidgetComponent.c:9
SCR_SelectionMenuEntryCommandComponent
Definition
SCR_SelectionMenuEntryCommandComponent.c:3
SCR_SelectionMenuEntryCommandComponent::SetCommandText
void SetCommandText(string text)
Definition
SCR_SelectionMenuEntryCommandComponent.c:18
SCR_SelectionMenuEntryCommandComponent::m_sCommandText
string m_sCommandText
Definition
SCR_SelectionMenuEntryCommandComponent.c:5
SCR_SelectionMenuEntryCommandComponent::HandlerAttached
override void HandlerAttached(Widget w)
Definition
SCR_SelectionMenuEntryCommandComponent.c:10
SCR_SelectionMenuEntryCommandComponent::m_wCommandText
TextWidget m_wCommandText
Definition
SCR_SelectionMenuEntryCommandComponent.c:7
SCR_SelectionMenuEntryIconComponent
Definition
SCR_SelectionMenuEntryIconComponent.c:3
TextWidget
Definition
TextWidget.c:16
Widget
Definition
Widget.c:13
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
UI
HUD
SelectionMenu
Entries
SCR_SelectionMenuEntryCommandComponent.c
Generated by
1.17.0