Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_MapMarkerDotCircle.c
Go to the documentation of this file.
1
class
SCR_MapMarkerDotCircleClass
:
SCR_MapMarkerEntityClass
2
{
3
}
4
5
class
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
}
m_Target
class SCR_AIPolar m_Target
m_eType
SCR_ECampaignBaseType m_eType
Definition
SCR_CampaignMilitaryBaseComponent.c:22
SCR_EMapMarkerType
SCR_EMapMarkerType
Definition
SCR_MapMarkerConfig.c:6
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
m_fRadius
float m_fRadius
Definition
SCR_SupportStationAreaMeshComponent.c:15
Color
Definition
Color.c:13
IEntity
Definition
IEntity.c:13
SCR_MapMarkerDotCircleClass
Definition
SCR_MapMarkerDotCircle.c:2
SCR_MapMarkerEntityClass
Definition
SCR_MapMarkerEntity.c:4
SCR_MapMarkerEntity
Definition
SCR_MapMarkerEntity.c:19
SCR_MapMarkerEntity::EOnInit
void EOnInit(IEntity owner)
Definition
SCR_MapMarkerEntity.c:278
SCR_MapMarkerEntity::SetGlobalVisible
void SetGlobalVisible(bool state)
Definition
SCR_MapMarkerEntity.c:149
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Map
Markers
Objects
SCR_MapMarkerDotCircle.c
Generated by
1.17.0