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_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) |
override bool DoCanRequestRespawn | ( | SCR_SpawnData | data | ) |
Definition at line 21 of file SCR_FreeSpawnRequestComponent.c.
protected override bool DoRequestRespawn | ( | SCR_SpawnData | data | ) |
Requests respawn with provided data.
[in] | data |
Definition at line 53 of file SCR_FreeSpawnRequestComponent.c.
override GetDataType | ( | ) |
Definition at line 15 of file SCR_FreeSpawnRequestComponent.c.
SCR_FreeSpawnRequestComponentClass SCR_SpawnRequestComponentClass GetHandlerType | ( | ) |
Definition at line 9 of file SCR_FreeSpawnRequestComponent.c.
private void Rpc_CanRequestRespawn_S | ( | vector | position, |
vector | angles, | ||
ResourceName | prefab | ||
) |
Definition at line 35 of file SCR_FreeSpawnRequestComponent.c.
private void Rpc_RequestRespawn_S | ( | vector | position, |
vector | angles, | ||
ResourceName | prefab | ||
) |
Definition at line 67 of file SCR_FreeSpawnRequestComponent.c.