Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_AnyInvalidSpawnPointRequestResultInfo Interface Reference

Used as a catch all for when players cannot spawn at spawn point and all other checks were invalid. More...

Inheritance diagram for SCR_AnyInvalidSpawnPointRequestResultInfo:
[legend]

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 ()
 
bool IsValidRequestResultInfo (SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data)
 Reason why the spawn point is disabled.
 

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
 

Detailed Description

Used as a catch all for when players cannot spawn at spawn point and all other checks were invalid.

Member Function Documentation

◆ IsValidRequestResultInfo()

override bool SCR_AnyInvalidSpawnPointRequestResultInfo.IsValidRequestResultInfo ( SCR_SpawnRequestComponent  requestComponent,
SCR_ESpawnResult  response,
SCR_SpawnData  data 
)

Reason why the spawn point is disabled.

Parameters
[in]requestComponent
[in]response
[in]data
Returns

Implements SCR_BaseSpawnPointRequestResultInfo.


The documentation for this interface was generated from the following file: