Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseEnumSpawnPointRequestResultInfo.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleEnum
(
SCR_ESpawnResult
,
"m_eSpawnResult"
,
"Request Result: %1"
)]
2
class
SCR_BaseEnumSpawnPointRequestResultInfo
:
SCR_BaseSpawnPointRequestResultInfo
3
{
4
[
Attribute
(
desc
:
"Spawn result required to show given Result Info"
, uiwidget: UIWidgets.SearchComboBox, enums: ParamEnumArray.FromEnum(
SCR_ESpawnResult
))]
5
protected
SCR_ESpawnResult
m_eSpawnResult;
6
7
//------------------------------------------------------------------------------------------------
8
override
bool
IsValidRequestResultInfo(SCR_SpawnRequestComponent requestComponent,
SCR_ESpawnResult
response,
SCR_SpawnData
data
)
9
{
10
return
response == m_eSpawnResult;
11
}
12
}
SCR_BaseEnumSpawnPointRequestResultInfo
Definition:
SCR_BaseEnumSpawnPointRequestResultInfo.c:2
SCR_ESpawnResult
SCR_ESpawnResult
Definition:
SCR_ESpawnResult.c:8
SCR_BaseContainerCustomTitleEnum
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Definition:
SCR_CampaignHintStorage.c:22
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
SCR_SpawnData
Definition:
SCR_SpawnData.c:9
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_BaseSpawnPointRequestResultInfo
Definition:
SCR_BaseSpawnPointRequestResultInfo.c:2
data
Get all prefabs that have the spawner data
Definition:
SCR_EntityCatalogManagerComponent.c:305
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
GameMode
Respawn
SpawnPointRequestResult
SCR_BaseEnumSpawnPointRequestResultInfo.c
Generated by
1.8.17