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_SimpleMessageUIInfo.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_SimpleMessageUIInfo
:
SCR_UIInfo
3
{
4
[
Attribute
(
"1 1 1 1"
,
UIWidgets
.ColorPicker)]
5
protected
ref
Color
m_ImageColor
;
6
7
[
Attribute
(
"false"
)]
8
protected
bool
m_bDisplayLoading
;
9
10
//------------------------------------------------------------------------------------------------
13
Color
GetImageColor
()
14
{
15
return
Color
.FromInt(
m_ImageColor
.PackToInt());
16
}
17
18
//------------------------------------------------------------------------------------------------
20
bool
GetDisplayLoading
()
21
{
22
return
m_bDisplayLoading
;
23
}
24
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
Color
Definition
Color.c:13
SCR_SimpleMessageUIInfo
Definition
SCR_SimpleMessageUIInfo.c:3
SCR_SimpleMessageUIInfo::m_ImageColor
ref Color m_ImageColor
Definition
SCR_SimpleMessageUIInfo.c:5
SCR_SimpleMessageUIInfo::GetImageColor
Color GetImageColor()
Definition
SCR_SimpleMessageUIInfo.c:13
SCR_SimpleMessageUIInfo::GetDisplayLoading
bool GetDisplayLoading()
Definition
SCR_SimpleMessageUIInfo.c:20
SCR_SimpleMessageUIInfo::m_bDisplayLoading
bool m_bDisplayLoading
Definition
SCR_SimpleMessageUIInfo.c:8
SCR_UIInfo
Definition
SCR_UIInfo.c:8
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Editor
Containers
UIInfo
SCR_SimpleMessageUIInfo.c
Generated by
1.17.0