Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SpawnCallbacks.c
Go to the documentation of this file.
1 void RespawnRequestDelegate(SCR_SpawnRequestComponent requestComponent);
3 typedef ScriptInvokerBase<RespawnRequestDelegate> OnRespawnRequestInvoker;
4 
5 void RespawnResponseDelegate(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response);
7 typedef ScriptInvokerBase<RespawnResponseDelegate> OnRespawnResponseInvoker;
8 
11 void CanRespawnRequestDelegate(SCR_SpawnRequestComponent requestComponent, SCR_SpawnData data);
13 typedef ScriptInvokerBase<CanRespawnRequestDelegate> OnCanRespawnRequestInvoker;
14 
15 void CanRespawnResponseDelegate(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data);
17 typedef ScriptInvokerBase<CanRespawnResponseDelegate> OnCanRespawnResponseInvoker;
18 
21 typedef ScriptInvokerBase<RespawnReadyDelegate> OnRespawnReadyInvoker;
RespawnResponseDelegate
func RespawnResponseDelegate
Definition: SCR_SpawnCallbacks.c:6
SCR_ESpawnResult
SCR_ESpawnResult
Definition: SCR_ESpawnResult.c:8
OnCanRespawnRequestInvoker
ScriptInvokerBase< CanRespawnRequestDelegate > OnCanRespawnRequestInvoker
Definition: SCR_SpawnCallbacks.c:13
RespawnRequestDelegate
func RespawnRequestDelegate
Definition: SCR_SpawnCallbacks.c:2
func
func
Definition: SCR_AIThreatSystem.c:5
SCR_SpawnData
Definition: SCR_SpawnData.c:9
OnRespawnReadyInvoker
ScriptInvokerBase< RespawnReadyDelegate > OnRespawnReadyInvoker
Definition: SCR_SpawnCallbacks.c:21
OnRespawnRequestInvoker
ScriptInvokerBase< RespawnRequestDelegate > OnRespawnRequestInvoker
Definition: SCR_SpawnCallbacks.c:3
CanRespawnResponseDelegate
func CanRespawnResponseDelegate
Definition: SCR_SpawnCallbacks.c:16
OnRespawnResponseInvoker
ScriptInvokerBase< RespawnResponseDelegate > OnRespawnResponseInvoker
Definition: SCR_SpawnCallbacks.c:7
data
Get all prefabs that have the spawner data
Definition: SCR_EntityCatalogManagerComponent.c:305
OnCanRespawnResponseInvoker
ScriptInvokerBase< CanRespawnResponseDelegate > OnCanRespawnResponseInvoker
Definition: SCR_SpawnCallbacks.c:17
CanRespawnRequestDelegate
func CanRespawnRequestDelegate
Definition: SCR_SpawnCallbacks.c:12
RespawnReadyDelegate
func RespawnReadyDelegate
Definition: SCR_SpawnCallbacks.c:20