|
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. | |
Public Member Functions inherited from SCR_BaseSpawnPointRequestResultInfo | |
| SCR_UIInfoSpawnRequestResult | GetUIInfo () |
| bool | ShowRespawnTime () |
Additional Inherited Members | |
Public Attributes inherited from SCR_BaseSpawnPointRequestResultInfo | |
| int | m_iOrder |
| bool | m_bEnabled |
Protected Attributes inherited from SCR_BaseSpawnPointRequestResultInfo | |
| 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.