Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditorModeUIInfo.c
Go to the documentation of this file.
3 {
4  [Attribute()]
5  protected ref Color m_ModeColor;
6 
7  [Attribute()]
8  protected int m_iOrder;
9 
10  //------------------------------------------------------------------------------------------------
11  Color GetModeColor()
12  {
13  return Color.FromInt(m_ModeColor.PackToInt());
14  }
15 
16  //------------------------------------------------------------------------------------------------
17  int GetOrder()
18  {
19  return m_iOrder;
20  }
21 }
m_iOrder
int m_iOrder
Definition: SCR_BaseActionsEditorComponent.c:6
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
SCR_EditorModeUIInfo
Definition: SCR_EditorModeUIInfo.c:2