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

Go to the source code of this file.

Data Structures

class  SCR_SpawnPointRespawnRequestComponentClass
 

Functions

SCR_SpawnPointRespawnRequestComponentClass SCR_SpawnRequestComponentClass GetHandlerType ()
 
override GetDataType ()
 
override bool DoCanRequestRespawn (SCR_SpawnData data)
 
private void Rpc_CanRequestRespawn_S (int spawnPointId, ResourceName prefab)
 
override bool DoRequestRespawn (SCR_SpawnData data)
 
private void Rpc_RequestRespawn_S (int spawnPointId, ResourceName prefab)
 

Function Documentation

◆ DoCanRequestRespawn()

override bool DoCanRequestRespawn ( SCR_SpawnData  data)

Definition at line 21 of file SCR_SpawnPointSpawnRequestComponent.c.

◆ DoRequestRespawn()

override bool DoRequestRespawn ( SCR_SpawnData  data)

Definition at line 53 of file SCR_SpawnPointSpawnRequestComponent.c.

◆ GetDataType()

override GetDataType ( )

Definition at line 15 of file SCR_SpawnPointSpawnRequestComponent.c.

◆ GetHandlerType()

◆ Rpc_CanRequestRespawn_S()

private void Rpc_CanRequestRespawn_S ( int  spawnPointId,
ResourceName  prefab 
)

Definition at line 38 of file SCR_SpawnPointSpawnRequestComponent.c.

◆ Rpc_RequestRespawn_S()

private void Rpc_RequestRespawn_S ( int  spawnPointId,
ResourceName  prefab 
)

Definition at line 70 of file SCR_SpawnPointSpawnRequestComponent.c.