![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class for Prefabs Spawning. More...
Protected Member Functions | |
| EPrefabSpawnType | GetType () |
| void | Spawn (array< SCR_PrefabSpawnPoint > prefabSpawnPoints) |
| void | SpawnPrefabsCategories (int numberOfPrefabsToSpawn, array< ref SCR_BasePrefabCategory > prefabsCategories) |
| void | SpawnPrefabCategory (int totalprefabs, ResourceName prefab) |
| int | GetTotalRatio (array< ref SCR_BasePrefabCategory > prefabsCategories) |
Protected Attributes | |
| EPrefabSpawnType | m_eType |
| EGameFlags | m_eRequiredGameFlags |
| int | m_iTotalPrefabs |
| ref array< ref SCR_BasePrefabCategory > | m_aPrefabsCategories |
| ref array< SCR_PrefabSpawnPoint > | m_aPrefabSpawnPoints |
| List of all SCR_PrefabSpawnPoints for specific EPrefabSpawnType. | |
Base class for Prefabs Spawning.
Definition at line 3 of file SCR_PrefabsSpawner.c.
|
inlineprotected |
Total Ratio for prefab/s categories on same level of hierarchy.
| [in] | prefabsCategories |
Definition at line 102 of file SCR_PrefabsSpawner.c.
|
inlineprotected |
Definition at line 22 of file SCR_PrefabsSpawner.c.
|
inlineprotected |
Call this to trigger spawn logic for this spawner
| [in] | prefabSpawnPoints |
Definition at line 30 of file SCR_PrefabsSpawner.c.
|
inlineprotected |
Spawn prefabs on random spawnpoints.
| [in] | totalprefabs | |
| [in] | prefab |
Definition at line 68 of file SCR_PrefabsSpawner.c.
|
inlineprotected |
Triggers spawning for Categories of prefabs and/or nested categories of prefabs.
| [in] | numberOfPrefabsToSpawn | |
| [in] | prefabsCategories |
Definition at line 51 of file SCR_PrefabsSpawner.c.
|
protected |
Definition at line 15 of file SCR_PrefabsSpawner.c.
|
protected |
List of all SCR_PrefabSpawnPoints for specific EPrefabSpawnType.
Definition at line 18 of file SCR_PrefabsSpawner.c.
|
protected |
Definition at line 9 of file SCR_PrefabsSpawner.c.
|
protected |
Definition at line 6 of file SCR_PrefabsSpawner.c.
|
protected |
Definition at line 12 of file SCR_PrefabsSpawner.c.