Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
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
;
func
func
Definition
SCR_AIThreatSystem.c:6
SCR_ESpawnResult
SCR_ESpawnResult
Definition
SCR_ESpawnResult.c:9
data
Get all prefabs that have the spawner data
Definition
SCR_EntityCatalogManagerComponent.c:320
OnRespawnResponseInvoker
ScriptInvokerBase< RespawnResponseDelegate > OnRespawnResponseInvoker
Definition
SCR_SpawnCallbacks.c:7
RespawnResponseDelegate
func RespawnResponseDelegate
Definition
SCR_SpawnCallbacks.c:6
CanRespawnRequestDelegate
func CanRespawnRequestDelegate
Definition
SCR_SpawnCallbacks.c:12
RespawnReadyDelegate
func RespawnReadyDelegate
Definition
SCR_SpawnCallbacks.c:20
OnRespawnReadyInvoker
ScriptInvokerBase< RespawnReadyDelegate > OnRespawnReadyInvoker
Definition
SCR_SpawnCallbacks.c:21
OnCanRespawnRequestInvoker
ScriptInvokerBase< CanRespawnRequestDelegate > OnCanRespawnRequestInvoker
Definition
SCR_SpawnCallbacks.c:13
OnCanRespawnResponseInvoker
ScriptInvokerBase< CanRespawnResponseDelegate > OnCanRespawnResponseInvoker
Definition
SCR_SpawnCallbacks.c:17
CanRespawnResponseDelegate
func CanRespawnResponseDelegate
Definition
SCR_SpawnCallbacks.c:16
RespawnRequestDelegate
func RespawnRequestDelegate
Definition
SCR_SpawnCallbacks.c:2
OnRespawnRequestInvoker
ScriptInvokerBase< RespawnRequestDelegate > OnRespawnRequestInvoker
Definition
SCR_SpawnCallbacks.c:3
SCR_SpawnData
Definition
SCR_SpawnData.c:10
scripts
Game
Respawn
RequestHandling
Base
SCR_SpawnCallbacks.c
Generated by
1.17.0