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_EntitySpawnerCharacterSlotComponent.c
Go to the documentation of this file.
1
class
SCR_EntitySpawnerCharacterSlotComponentClass
:
SCR_EntitySpawnerSlotComponentClass
2
{
3
}
4
6
class
SCR_EntitySpawnerCharacterSlotComponent : SCR_EntitySpawnerSlotComponent
7
{
8
[
Attribute
(
"{FFF9518F73279473}PrefabsEditable/Auto/AI/Waypoints/E_AIWaypoint_Move.et"
,
UIWidgets
.ResourceNamePicker,
"Defend waypoint prefab"
,
"et"
)]
9
protected
ResourceName
m_sDefaultWaypointPrefab
;
10
11
[
Attribute
(defvalue:
"0 0 0"
, uiwidget:
UIWidgets
.Coords,
params
:
"inf inf purpose=coords space=entity"
)]
12
protected
vector
m_vDefaultWaypointPosition
;
13
14
//------------------------------------------------------------------------------------------------
16
ResourceName
GetDefaultWaypointPrefab
()
17
{
18
return
m_sDefaultWaypointPrefab
;
19
}
20
21
//------------------------------------------------------------------------------------------------
23
vector
GetDefaultWaypointPosition
()
24
{
25
return
m_vDefaultWaypointPosition
;
26
}
27
}
m_sDefaultWaypointPrefab
ResourceName m_sDefaultWaypointPrefab
Definition
SCR_AmbientPatrolSpawnPointComponent.c:4
GetDefaultWaypointPrefab
ResourceName GetDefaultWaypointPrefab()
Definition
SCR_AmbientPatrolSpawnPointComponent.c:15
GetDefaultWaypointPosition
vector GetDefaultWaypointPosition()
Definition
SCR_EntitySpawnerCharacterSlotComponent.c:23
m_vDefaultWaypointPosition
vector m_vDefaultWaypointPosition
Definition
SCR_EntitySpawnerCharacterSlotComponent.c:12
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
ResourceName
Definition
ResourceName.c:13
SCR_EntitySpawnerCharacterSlotComponentClass
Definition
SCR_EntitySpawnerCharacterSlotComponent.c:2
SCR_EntitySpawnerSlotComponentClass
Definition
SCR_EntitySpawnerSlotComponent.c:3
UIWidgets
Definition
attributes.c:40
vector
Definition
vector.c:13
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Components
Spawner
SCR_EntitySpawnerCharacterSlotComponent.c
Generated by
1.17.0