Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FreeSpawnRequestComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_FreeSpawnRequestComponentClass

Functions

SCR_FreeSpawnRequestComponentClass SCR_SpawnRequestComponentClass GetHandlerType ()
override GetDataType ()
override bool DoCanRequestRespawn (SCR_SpawnData data)
override bool DoRequestRespawn (SCR_SpawnData data)

Function Documentation

◆ DoCanRequestRespawn()

override bool DoCanRequestRespawn ( SCR_SpawnData data)

Definition at line 21 of file SCR_FreeSpawnRequestComponent.c.

◆ DoRequestRespawn()

override bool DoRequestRespawn ( SCR_SpawnData data)
protected

Requests respawn with provided data.

Parameters
[in]data
Returns
true in case success was successfuly dispatched, false otherwise. Note that such request can still be denied by the authority!

Definition at line 53 of file SCR_FreeSpawnRequestComponent.c.

◆ GetDataType()

override GetDataType ( )

Definition at line 15 of file SCR_FreeSpawnRequestComponent.c.

◆ GetHandlerType()