Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BasePrefabCategory.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
3
class
SCR_BasePrefabCategory
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
//------------------------------------------------------------------------------------------------
10
int
GetRatio()
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
}
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_PrefabsSpawner
Base class for Prefabs Spawning.
Definition:
SCR_PrefabsSpawner.c:3
SCR_BasePrefabCategory
Base class for Prefab Spawning.
Definition:
SCR_BasePrefabCategory.c:3
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
GameMode
PrefabsSpawning
SCR_BasePrefabCategory.c
Generated by
1.8.17