Arma Reforger Script API
|
Used as a catch all for when players cannot spawn at spawn point and all other checks were invalid. More...
Public Member Functions | |
override bool | IsValidRequestResultInfo (SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data) |
Reason why the spawn point is disabled. | |
![]() | |
SCR_UIInfoSpawnRequestResult | GetUIInfo () |
bool | ShowRespawnTime () |
Additional Inherited Members | |
![]() | |
int | m_iOrder |
bool | m_bEnabled |
![]() | |
bool | m_bShowRespawnTime |
ref SCR_UIInfoSpawnRequestResult | m_UIInfo |
Used as a catch all for when players cannot spawn at spawn point and all other checks were invalid.
override bool SCR_AnyInvalidSpawnPointRequestResultInfo.IsValidRequestResultInfo | ( | SCR_SpawnRequestComponent | requestComponent, |
SCR_ESpawnResult | response, | ||
SCR_SpawnData | data ) |
Reason why the spawn point is disabled.
[in] | requestComponent | |
[in] | response | |
[in] | data |
Implements SCR_BaseSpawnPointRequestResultInfo.