Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionReconMarkerEntry.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Faction, if faction is not set, it is used for all factions")]
6
7 [Attribute(desc: "Recon marker entries, for setting the recon markers")]
8 protected ref array<ref SCR_BaseReconMarkerEntry> m_aReconMarkerEntries;
9
10 //------------------------------------------------------------------------------------------------
13 {
14 return m_sFaction;
15 }
16
17 //------------------------------------------------------------------------------------------------
18 array<ref SCR_BaseReconMarkerEntry> GetReconMarkerEntries()
19 {
21 }
22}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
FactionKey GetFactionKey()
ref array< ref SCR_BaseReconMarkerEntry > m_aReconMarkerEntries
array< ref SCR_BaseReconMarkerEntry > GetReconMarkerEntries()
FactionKey m_sFaction
SCR_FieldOfViewSettings Attribute