Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SimpleMessageUIInfo.c
Go to the documentation of this file.
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 }
SCR_SimpleMessageUIInfo
Definition: SCR_SimpleMessageUIInfo.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_UIInfo
Definition: SCR_UIInfo.c:7
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468