|
Arma Reforger Script API
|
Manager for spawning prefabs in the mission. More...
Public Member Functions | |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| Called only once. | |
| void | SCR_PrefabsSpawnerManager (IEntitySource src, IEntity parent) |
| void | ~SCR_PrefabsSpawnerManager () |
Static Public Member Functions | |
| static void | RegisterPrefabSpawnPoint (SCR_PrefabSpawnPoint prefabSpawnPoint) |
| static void | UnregisterPrefabSpawnPoint (SCR_PrefabSpawnPoint prefabSpawnPoint) |
Protected Attributes | |
| ref array< ref SCR_PrefabsSpawner > | m_aPrefabsSpawners |
Static Protected Attributes | |
| static ref map< EPrefabSpawnType, ref array< SCR_PrefabSpawnPoint > > | s_aPrefabSpawnPoints = new map<EPrefabSpawnType, ref array<SCR_PrefabSpawnPoint>>() |
| Static lists of all SCR_PrefabSpawnPoints. | |
Manager for spawning prefabs in the mission.
| void SCR_PrefabsSpawnerManager.SCR_PrefabsSpawnerManager | ( | IEntitySource | src, |
| IEntity | parent ) |
| [in] | src | |
| [in] | parent |
| void SCR_PrefabsSpawnerManager.~SCR_PrefabsSpawnerManager | ( | ) |
| override void SCR_PrefabsSpawnerManager.EOnFrame | ( | IEntity | owner, |
| float | timeSlice ) |
Called only once.
All SCR_PrefabSpawnPoints are already registered.
| [in] | owner | |
| [in] | timeSlice |
|
static |
| [in] | prefabSpawnPoint |
|
static |
| [in] | prefabSpawnPoint |
|
protected |
|
staticprotected |
Static lists of all SCR_PrefabSpawnPoints.