![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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) |
| override bool DoCanRequestRespawn | ( | SCR_SpawnData | data | ) |
Definition at line 21 of file SCR_SpawnPointSpawnRequestComponent.c.
| override bool DoRequestRespawn | ( | SCR_SpawnData | data | ) |
Definition at line 53 of file SCR_SpawnPointSpawnRequestComponent.c.
| override GetDataType | ( | ) |
Definition at line 15 of file SCR_SpawnPointSpawnRequestComponent.c.
| SCR_SpawnPointRespawnRequestComponentClass SCR_SpawnRequestComponentClass GetHandlerType | ( | ) |
Definition at line 9 of file SCR_SpawnPointSpawnRequestComponent.c.
| private void Rpc_CanRequestRespawn_S | ( | int | spawnPointId, |
| ResourceName | prefab | ||
| ) |
Definition at line 38 of file SCR_SpawnPointSpawnRequestComponent.c.
| private void Rpc_RequestRespawn_S | ( | int | spawnPointId, |
| ResourceName | prefab | ||
| ) |
Definition at line 70 of file SCR_SpawnPointSpawnRequestComponent.c.