![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Typedefs | |
| typedef func | RespawnRequestDelegate |
| typedef ScriptInvokerBase< RespawnRequestDelegate > | OnRespawnRequestInvoker |
| typedef func | RespawnResponseDelegate |
| typedef ScriptInvokerBase< RespawnResponseDelegate > | OnRespawnResponseInvoker |
| typedef func | CanRespawnRequestDelegate |
| typedef ScriptInvokerBase< CanRespawnRequestDelegate > | OnCanRespawnRequestInvoker |
| typedef func | CanRespawnResponseDelegate |
| typedef ScriptInvokerBase< CanRespawnResponseDelegate > | OnCanRespawnResponseInvoker |
| typedef func | RespawnReadyDelegate |
| typedef ScriptInvokerBase< RespawnReadyDelegate > | OnRespawnReadyInvoker |
Functions | |
| void | RespawnRequestDelegate (SCR_SpawnRequestComponent requestComponent) |
| void | RespawnResponseDelegate (SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response) |
| void | CanRespawnRequestDelegate (SCR_SpawnRequestComponent requestComponent, SCR_SpawnData data) |
| void | CanRespawnResponseDelegate (SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data) |
| typedef func CanRespawnRequestDelegate |
Definition at line 12 of file SCR_SpawnCallbacks.c.
| typedef func CanRespawnResponseDelegate |
Definition at line 16 of file SCR_SpawnCallbacks.c.
| typedef ScriptInvokerBase<CanRespawnRequestDelegate> OnCanRespawnRequestInvoker |
Definition at line 13 of file SCR_SpawnCallbacks.c.
| typedef ScriptInvokerBase<CanRespawnResponseDelegate> OnCanRespawnResponseInvoker |
Definition at line 17 of file SCR_SpawnCallbacks.c.
| typedef ScriptInvokerBase<RespawnReadyDelegate> OnRespawnReadyInvoker |
Definition at line 21 of file SCR_SpawnCallbacks.c.
| typedef ScriptInvokerBase<RespawnRequestDelegate> OnRespawnRequestInvoker |
Definition at line 3 of file SCR_SpawnCallbacks.c.
| typedef ScriptInvokerBase<RespawnResponseDelegate> OnRespawnResponseInvoker |
Definition at line 7 of file SCR_SpawnCallbacks.c.
| void RespawnReadyDelegate |
Definition at line 20 of file SCR_SpawnCallbacks.c.
| typedef func RespawnRequestDelegate |
Definition at line 2 of file SCR_SpawnCallbacks.c.
| typedef func RespawnResponseDelegate |
Definition at line 6 of file SCR_SpawnCallbacks.c.
| void CanRespawnRequestDelegate | ( | SCR_SpawnRequestComponent | requestComponent, |
| SCR_SpawnData | data | ||
| ) |
on server this can be called after a reponse is received, because RPC is done in one step. bear that in mind
| void CanRespawnResponseDelegate | ( | SCR_SpawnRequestComponent | requestComponent, |
| SCR_ESpawnResult | response, | ||
| SCR_SpawnData | data | ||
| ) |
| void RespawnRequestDelegate | ( | SCR_SpawnRequestComponent | requestComponent | ) |
| void RespawnResponseDelegate | ( | SCR_SpawnRequestComponent | requestComponent, |
| SCR_ESpawnResult | response | ||
| ) |