Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FreeSpawnRequestComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_FreeSpawnRequestComponentClass
 

Functions

SCR_FreeSpawnRequestComponentClass SCR_SpawnRequestComponentClass GetHandlerType ()
 
override GetDataType ()
 
override bool DoCanRequestRespawn (SCR_SpawnData data)
 
private void Rpc_CanRequestRespawn_S (vector position, vector angles, ResourceName prefab)
 
protected override bool DoRequestRespawn (SCR_SpawnData data)
 
private void Rpc_RequestRespawn_S (vector position, vector angles, ResourceName prefab)
 

Function Documentation

◆ DoCanRequestRespawn()

override bool DoCanRequestRespawn ( SCR_SpawnData  data)

Definition at line 21 of file SCR_FreeSpawnRequestComponent.c.

◆ DoRequestRespawn()

protected override bool DoRequestRespawn ( SCR_SpawnData  data)

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()

◆ Rpc_CanRequestRespawn_S()

private void Rpc_CanRequestRespawn_S ( vector  position,
vector  angles,
ResourceName  prefab 
)

Definition at line 35 of file SCR_FreeSpawnRequestComponent.c.

◆ Rpc_RequestRespawn_S()

private void Rpc_RequestRespawn_S ( vector  position,
vector  angles,
ResourceName  prefab 
)

Definition at line 67 of file SCR_FreeSpawnRequestComponent.c.