Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseEnumSpawnPointRequestResultInfo.c
Go to the documentation of this file.
1[BaseContainerProps(), SCR_BaseContainerCustomTitleEnum(SCR_ESpawnResult, "m_eSpawnResult", "Request Result: %1")]
3{
4 [Attribute(desc: "Spawn result required to show given Result Info", uiwidget: UIWidgets.SearchComboBox, enums: ParamEnumArray.FromEnum(SCR_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_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
SCR_ESpawnResult
Get all prefabs that have the spawner data
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
override bool IsValidRequestResultInfo(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data)
SCR_FieldOfViewSettings Attribute