Arma Reforger Script API
|
Categories of prefabs and/or nested categories of prefabs. More...
Public Member Functions | |
override void | Spawn (int numberOfPrefabsToSpawn, SCR_PrefabsSpawner prefabsSpawner) |
Interface for spawning prefabs, used in SCR_BasePrefabCategory Subclasses. | |
![]() | |
int | GetRatio () |
Protected Attributes | |
string | m_sName |
ref array< ref SCR_BasePrefabCategory > | m_aPrefabsCategories |
![]() | |
int | m_iRatio |
Categories of prefabs and/or nested categories of prefabs.
override void SCR_PrefabsCategory.Spawn | ( | int | numberOfPrefabsToSpawn, |
SCR_PrefabsSpawner | prefabsSpawner ) |
Interface for spawning prefabs, used in SCR_BasePrefabCategory Subclasses.
[in] | numberOfPrefabsToSpawn | |
[in] | prefabsSpawner |
Implements SCR_BasePrefabCategory.
|
protected |
|
protected |