Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseSpawnPointRequestResultInfo.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "The lower the order the earlier this entry will be checked. EG: order 1 will be checked before order 100")]
5 int m_iOrder;
6
7 [Attribute("1", desc: "Disabled entries will be removed on init")]
8 bool m_bEnabled;
9
10 [Attribute("1", desc: "If true will show the respawn timer if any availible. This requires the UIInfo 'NameWithTimer' to be filled. %1 is the time left to respawn. If Respawn time is 0 then 'Name' is used instead")]
11 protected bool m_bShowRespawnTime;
12
13 [Attribute(desc: "UI info used to disaplay the spaw poimt Request result. If null then the entry will be removed from the list on init!")]
15
16 //------------------------------------------------------------------------------------------------
22
23 //------------------------------------------------------------------------------------------------
26 {
27 return m_bShowRespawnTime;
28 }
29
30 //------------------------------------------------------------------------------------------------
36 // Override this method in inherited classes to display the correct reason why a spawn point is disabled
37 bool IsValidRequestResultInfo(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data);
38}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")
SCR_ESpawnResult
Get all prefabs that have the spawner data
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
bool IsValidRequestResultInfo(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data)
SCR_FieldOfViewSettings Attribute