Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MapMarkerDotCircle.c
Go to the documentation of this file.
2{
3}
4
5class SCR_MapMarkerDotCircle : SCR_MapMarkerEntity
6{
7 [Attribute(defvalue: "1000", desc: "Radius", params: "0 inf 0.01")]
8 float m_fRadius;
9
10 [Attribute(defvalue: "1 0 0 1", desc: "Dot Color")]
11 ref Color m_DotColor;
12
13 [Attribute(defvalue: "0.02", desc: "Dot Density", params: "0 inf 0.01")]
14 float m_fDotDensity;
15
16 //------------------------------------------------------------------------------------------------
17 protected override void EOnInit(IEntity owner)
18 {
19 super.EOnInit(owner);
20 SetGlobalVisible(true);
21 m_eType = SCR_EMapMarkerType.DOT_CIRCLE;
22 m_Target = this;
23 }
24
25}
class SCR_AIPolar m_Target
SCR_ECampaignBaseType m_eType
SCR_EMapMarkerType
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition Color.c:13
void EOnInit(IEntity owner)
void SetGlobalVisible(bool state)
SCR_FieldOfViewSettings Attribute