Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PrefabCategory.c
Go to the documentation of this file.
1
4{
5 [Attribute("", UIWidgets.ResourcePickerThumbnail, "Contained Prefab", "et")]
6 ResourceName m_Prefab;
7
8 //------------------------------------------------------------------------------------------------
9 override void Spawn(int numberOfPrefabsToSpawn, SCR_PrefabsSpawner prefabsSpawner)
10 {
11 prefabsSpawner.SpawnPrefabCategory(numberOfPrefabsToSpawn, m_Prefab);
12 }
13}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Base class for Prefab Spawning.
Prefab to be spawned by SCR_PrefabsSpawnerManager.
Base class for Prefabs Spawning.
void SpawnPrefabCategory(int totalprefabs, ResourceName prefab)
AISpawnerGroupClass AIGroupClass Spawn()
Spawns a new group entity, sets its transformation and then calls OnSpawn.
SCR_FieldOfViewSettings Attribute