Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIGroupUIInfo.c
Go to the documentation of this file.
2{
4 protected bool m_bFlagIsFromImageSet;
5
6 //------------------------------------------------------------------------------------------------
10 {
11 m_sGroupFlag = value;
12 }
13
14 //------------------------------------------------------------------------------------------------
17 {
18 return m_sGroupFlag;
19 }
20
21 //------------------------------------------------------------------------------------------------
23 void SetFlagIsFromImageSet(bool value)
24 {
26 }
27
28 //------------------------------------------------------------------------------------------------
31 {
33 }
34}
ResourceName m_sGroupFlag
void SetGroupFlag(ResourceName value)
ResourceName GetGroupFlag()
void SetFlagIsFromImageSet(bool value)