Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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< SpawnPointDelegateMethod > | SpawnPointInvoker |
typedef func | SpawnPointFinalizeSpawnInvoker |
typedef ScriptInvokerBase< SpawnPointFinalizeSpawnInvoker > | SCR_SpawnPointFinalizeSpawn_Invoker |
typedef func | SpawnPointNameChangedInvoker |
typedef ScriptInvokerBase< SpawnPointNameChangedInvoker > | SCR_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 ScriptInvokerBase<SpawnPointFinalizeSpawnInvoker> SCR_SpawnPointFinalizeSpawn_Invoker |
Definition at line 19 of file SCR_SpawnPoint.c.
typedef ScriptInvokerBase<SpawnPointNameChangedInvoker> SCR_SpawnPointNameChanged_Invoker |
Definition at line 23 of file SCR_SpawnPoint.c.
typedef func SpawnPointDelegateMethod |
Definition at line 14 of file SCR_SpawnPoint.c.
typedef func SpawnPointFinalizeSpawnInvoker |
Definition at line 18 of file SCR_SpawnPoint.c.
typedef ScriptInvokerBase<SpawnPointDelegateMethod> SpawnPointInvoker |
Definition at line 15 of file SCR_SpawnPoint.c.
typedef func SpawnPointNameChangedInvoker |
Definition at line 22 of file SCR_SpawnPoint.c.
void SpawnPointFinalizeSpawnInvoker | ( | SCR_SpawnRequestComponent | requestComponent, |
SCR_SpawnData | data, | ||
IEntity | entity | ||
) |
void SpawnPointNameChangedInvoker | ( | RplId | id, |
string | name | ||
) |