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);
2
typedef
func
RespawnRequestDelegate
;
3
typedef
ScriptInvokerBase<RespawnRequestDelegate>
OnRespawnRequestInvoker
;
4
5
void
RespawnResponseDelegate
(SCR_SpawnRequestComponent requestComponent,
SCR_ESpawnResult
response);
6
typedef
func
RespawnResponseDelegate
;
7
typedef
ScriptInvokerBase<RespawnResponseDelegate>
OnRespawnResponseInvoker
;
8
11
void
CanRespawnRequestDelegate
(SCR_SpawnRequestComponent requestComponent,
SCR_SpawnData
data
);
12
typedef
func
CanRespawnRequestDelegate
;
13
typedef
ScriptInvokerBase<CanRespawnRequestDelegate>
OnCanRespawnRequestInvoker
;
14
15
void
CanRespawnResponseDelegate
(SCR_SpawnRequestComponent requestComponent,
SCR_ESpawnResult
response,
SCR_SpawnData
data
);
16
typedef
func
CanRespawnResponseDelegate
;
17
typedef
ScriptInvokerBase<CanRespawnResponseDelegate>
OnCanRespawnResponseInvoker
;
18
19
void
RespawnReadyDelegate
();
20
typedef
func
RespawnReadyDelegate
;
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Respawn
RequestHandling
Base
SCR_SpawnCallbacks.c
Generated by
1.8.17