Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_QRFSpawnSafeZone.c
Go to the documentation of this file.
1 class SCR_QRFSpawnSafeZone : ScriptAndConfig
2 {
3  [Attribute(SCR_EQRFGroupType.INFANTRY.ToString(), UIWidgets.ComboBox, desc: "To which group type this distance is meant to be applied to", enums: ParamEnumArray.FromEnum(SCR_EQRFGroupType))]
4  protected SCR_EQRFGroupType m_eGroupType;
5 
6  [Attribute("500", UIWidgets.Auto, "How close players can to this spawn point for it to be used for spawning QRF", "1 inf 1")]
7  protected int m_iMinDistanceToClosestObserver;
8 
9  //------------------------------------------------------------------------------------------------
10  SCR_EQRFGroupType GetGroupType()
11  {
12  return m_eGroupType;
13  }
14 
15  //------------------------------------------------------------------------------------------------
16  int GetMinDistanceToClosestObserver()
17  {
18  return m_iMinDistanceToClosestObserver;
19  }
20 }
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_QRFSpawnSafeZone
Definition: SCR_QRFSpawnSafeZone.c:1
SCR_EQRFGroupType
SCR_EQRFGroupType
Definition: SCR_QRFGroupConfig.c:1