Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SpawnCallbacks.c File Reference

Go to the source code of this file.

Typedefs

typedef func RespawnRequestDelegate
typedef ScriptInvokerBase< RespawnRequestDelegateOnRespawnRequestInvoker
typedef func RespawnResponseDelegate
typedef ScriptInvokerBase< RespawnResponseDelegateOnRespawnResponseInvoker
typedef func CanRespawnRequestDelegate
typedef ScriptInvokerBase< CanRespawnRequestDelegateOnCanRespawnRequestInvoker
typedef func CanRespawnResponseDelegate
typedef ScriptInvokerBase< CanRespawnResponseDelegateOnCanRespawnResponseInvoker
typedef func RespawnReadyDelegate
typedef ScriptInvokerBase< RespawnReadyDelegateOnRespawnReadyInvoker

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 Documentation

◆ CanRespawnRequestDelegate

Definition at line 12 of file SCR_SpawnCallbacks.c.

◆ CanRespawnResponseDelegate

Definition at line 16 of file SCR_SpawnCallbacks.c.

◆ OnCanRespawnRequestInvoker

Definition at line 13 of file SCR_SpawnCallbacks.c.

◆ OnCanRespawnResponseInvoker

Definition at line 17 of file SCR_SpawnCallbacks.c.

◆ OnRespawnReadyInvoker

typedef ScriptInvokerBase<RespawnReadyDelegate> OnRespawnReadyInvoker

Definition at line 21 of file SCR_SpawnCallbacks.c.

◆ OnRespawnRequestInvoker

typedef ScriptInvokerBase<RespawnRequestDelegate> OnRespawnRequestInvoker

Definition at line 3 of file SCR_SpawnCallbacks.c.

◆ OnRespawnResponseInvoker

Definition at line 7 of file SCR_SpawnCallbacks.c.

◆ RespawnReadyDelegate

Definition at line 20 of file SCR_SpawnCallbacks.c.

◆ RespawnRequestDelegate

Definition at line 2 of file SCR_SpawnCallbacks.c.

◆ RespawnResponseDelegate

Definition at line 6 of file SCR_SpawnCallbacks.c.

Function Documentation

◆ CanRespawnRequestDelegate()

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

◆ CanRespawnResponseDelegate()

void CanRespawnResponseDelegate ( SCR_SpawnRequestComponent requestComponent,
SCR_ESpawnResult response,
SCR_SpawnData data )

◆ RespawnRequestDelegate()

void RespawnRequestDelegate ( SCR_SpawnRequestComponent requestComponent)

◆ RespawnResponseDelegate()

void RespawnResponseDelegate ( SCR_SpawnRequestComponent requestComponent,
SCR_ESpawnResult response )