Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BasePrefabCategory.c
Go to the documentation of this file.
1
4{
5 [Attribute("", UIWidgets.EditBox, "Ratio of how many prefabs to spawn in comparison to others prefab categories", "0 100")]
6 protected int m_iRatio;
7
8 //------------------------------------------------------------------------------------------------
11 {
12 return m_iRatio;
13 }
14
15 //------------------------------------------------------------------------------------------------
19 void Spawn(int numberOfPrefabsToSpawn, SCR_PrefabsSpawner prefabsSpawner)
20 {
21 Debug.Error("SpawnPrefab in SCR_BasePrefabCategory called. This is interface usage only, call it in SCR_BasePrefabCategory sublasses only. ");
22 }
23}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition Debug.c:13
Base class for Prefab Spawning.
void Spawn(int numberOfPrefabsToSpawn, SCR_PrefabsSpawner prefabsSpawner)
Base class for Prefabs Spawning.
SCR_FieldOfViewSettings Attribute