Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_GroupIdentityCore.c
Go to the documentation of this file.
1 [BaseContainerProps(configRoot: true)]
2 class SCR_GroupIdentityCore: SCR_GameCoreBase
3 {
4  [Attribute()]
5  protected ref SCR_GroupNameConfig m_Names;
6 
7  [Attribute()]
8  protected ref SCR_MilitarySymbolConfig m_Symbols;
9 
10  [Attribute()]
11  protected ref SCR_MilitarySymbolRuleSet m_SymbolRuleSet;
12 
13  SCR_GroupNameConfig GetNames()
14  {
15  return m_Names;
16  }
17  SCR_MilitarySymbolConfig GetSymbols()
18  {
19  return m_Symbols;
20  }
21  SCR_MilitarySymbolRuleSet GetSymbolRuleSet()
22  {
23  return m_SymbolRuleSet;
24  }
25 };
SCR_GroupIdentityCore
Definition: SCR_GroupIdentityCore.c:2
SCR_GroupNameConfig
Definition: SCR_GroupNameConfig.c:2
SCR_MilitarySymbolConfig
Definition: SCR_MilitarySymbolConfig.c:2
SCR_MilitarySymbolRuleSet
Definition: SCR_MilitarySymbolRuleSet.c:2
Attribute
SCR_GroupIdentityCore Attribute
Post-process effect of scripted camera.
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