Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SpawnPoint.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_SpawnPointClass
 
class  SCR_SpawnPoint
 Spawn point entity defines positions on which players can possibly spawn. More...
 

Typedefs

typedef func SpawnPointDelegateMethod
 
typedef ScriptInvokerBase< SpawnPointDelegateMethodSpawnPointInvoker
 
typedef func SpawnPointFinalizeSpawnInvoker
 
typedef ScriptInvokerBase< SpawnPointFinalizeSpawnInvokerSCR_SpawnPointFinalizeSpawn_Invoker
 
typedef func SpawnPointNameChangedInvoker
 
typedef ScriptInvokerBase< SpawnPointNameChangedInvokerSCR_SpawnPointNameChanged_Invoker
 

Functions

SCR_SpawnPointClass SCR_PositionClass SpawnPointDelegateMethod (SCR_SpawnPoint spawnPoint)
 
void SpawnPointFinalizeSpawnInvoker (SCR_SpawnRequestComponent requestComponent, SCR_SpawnData data, IEntity entity)
 
void SpawnPointNameChangedInvoker (RplId id, string name)
 

Typedef Documentation

◆ SCR_SpawnPointFinalizeSpawn_Invoker

Definition at line 19 of file SCR_SpawnPoint.c.

◆ SCR_SpawnPointNameChanged_Invoker

Definition at line 23 of file SCR_SpawnPoint.c.

◆ SpawnPointDelegateMethod

Definition at line 14 of file SCR_SpawnPoint.c.

◆ SpawnPointFinalizeSpawnInvoker

Definition at line 18 of file SCR_SpawnPoint.c.

◆ SpawnPointInvoker

typedef ScriptInvokerBase<SpawnPointDelegateMethod> SpawnPointInvoker

Definition at line 15 of file SCR_SpawnPoint.c.

◆ SpawnPointNameChangedInvoker

Definition at line 22 of file SCR_SpawnPoint.c.

Function Documentation

◆ SpawnPointDelegateMethod()

◆ SpawnPointFinalizeSpawnInvoker()

void SpawnPointFinalizeSpawnInvoker ( SCR_SpawnRequestComponent  requestComponent,
SCR_SpawnData  data,
IEntity  entity 
)

◆ SpawnPointNameChangedInvoker()

void SpawnPointNameChangedInvoker ( RplId  id,
string  name 
)