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_TutorialCourseEntityInfo.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleField
(
"m_sEntityName"
)]
2
class
SCR_TutorialCoursePrefabInfo
3
{
4
[
Attribute
(uiwidget:
UIWidgets
.ResourcePickerThumbnail,
desc
:
"Prefab resource name"
,
"et"
)]
5
ResourceName
m_sPrefabResourceName;
6
7
[
Attribute
(
desc
:
"Name to be set to entity"
,
category
:
"Entity"
)]
8
string
m_sEntityName;
9
10
[
Attribute
(
desc
:
"Position to spawn entity at"
,
category
:
"Entity"
)]
11
string
m_sSpawnPosName;
12
13
[
Attribute
(
desc
:
"If true, entity will be despawned after end of the course"
,
category
:
"Despawn"
)]
14
bool
m_bDespawnAfterCourse;
15
16
[
Attribute
(
desc
:
"Respawn entity, even if present in world"
,
category
:
"Respawn"
)]
17
bool
m_bRespawn;
18
19
[
Attribute
(
desc
:
"Entity must be damaged for respawn"
,
category
:
"Respawn"
)]
20
bool
m_bRespawnDamaged;
21
22
[
Attribute
(
desc
:
"Entity must be out of minimum distance from its spawn position to be spawned"
,
category
:
"Respawn"
)]
23
bool
m_bRespawnDistance;
24
25
[
Attribute
(defvalue:
"5"
,
desc
:
"Respawn only if distance from spawn position is bigger than this value"
,
category
:
"Respawn"
)]
26
float
m_fRespawnMinimumDistance;
27
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerCustomTitleField
SCR_Faction ScriptedFaction SCR_BaseContainerCustomTitleField("m_sCallsign")
Definition
SCR_Faction.c:971
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
category
params category
Definition
SCR_VehicleDamageManagerComponent.c:302
ResourceName
Definition
ResourceName.c:13
SCR_TutorialCoursePrefabInfo
Definition
SCR_TutorialCourseEntityInfo.c:3
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
GameMode
Tutorial
Logic
SCR_TutorialCourseEntityInfo.c
Generated by
1.17.0