Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AIGroupUIInfo.c
Go to the documentation of this file.
2 {
3  protected ResourceName m_sGroupFlag;
4  protected bool m_bFlagIsFromImageSet;
5 
6  //------------------------------------------------------------------------------------------------
9  void SetGroupFlag(ResourceName value)
10  {
11  m_sGroupFlag = value;
12  }
13 
14  //------------------------------------------------------------------------------------------------
16  ResourceName GetGroupFlag()
17  {
18  return m_sGroupFlag;
19  }
20 
21  //------------------------------------------------------------------------------------------------
23  void SetFlagIsFromImageSet(bool value)
24  {
25  m_bFlagIsFromImageSet = value;
26  }
27 
28  //------------------------------------------------------------------------------------------------
30  bool GetFlagIsFromImageSet()
31  {
32  return m_bFlagIsFromImageSet;
33  }
34 }
SCR_AIGroupUIInfo
Definition: SCR_AIGroupUIInfo.c:1
SCR_UIInfo
Definition: SCR_UIInfo.c:7