Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PrefabsSpawnerManager.c File Reference

Go to the source code of this file.

Enumerations

enum  EPrefabSpawnType
 

Functions

enum EPrefabSpawnType Attribute ("", UIWidgets.Object, "Prefabs spawners, each for different type of SpawnPoints")] protected ref array< ref SCR_PrefabsSpawner > m_aPrefabsSpawners
 Manager for spawning prefabs in the mission. More...
 
override void EOnFrame (IEntity owner, float timeSlice)
 
void SCR_PrefabsSpawnerManager (IEntitySource src, IEntity parent)
 
void ~SCR_PrefabsSpawnerManager ()
 

Variables

 Generic
 
 CivilVehicles
 
 MilitaryVehicles
 
 MilitaryHeliVehicles
 

Enumeration Type Documentation

◆ EPrefabSpawnType

Definition at line 1 of file SCR_PrefabsSpawnerManager.c.

Function Documentation

◆ Attribute()

enum EPrefabSpawnType Attribute ( ""  ,
UIWidgets.  Object,
"Prefabs  spawners,
each for different type of SpawnPoints"   
)

Manager for spawning prefabs in the mission.

◆ EOnFrame()

override void EOnFrame ( IEntity  owner,
float  timeSlice 
)

Called only once. All SCR_PrefabSpawnPoints are already registered.

Parameters
[in]owner
[in]timeSlice

Definition at line 59 of file SCR_PrefabsSpawnerManager.c.

◆ SCR_PrefabsSpawnerManager()

void SCR_PrefabsSpawnerManager ( IEntitySource  src,
IEntity  parent 
)
Parameters
[in]src
[in]parent

Definition at line 79 of file SCR_PrefabsSpawnerManager.c.

◆ ~SCR_PrefabsSpawnerManager()

Definition at line 86 of file SCR_PrefabsSpawnerManager.c.

Variable Documentation

◆ CivilVehicles

CivilVehicles

Definition at line 4 of file SCR_PrefabsSpawnerManager.c.

◆ Generic

Generic

Definition at line 2 of file SCR_PrefabsSpawnerManager.c.

◆ MilitaryHeliVehicles

MilitaryHeliVehicles

Definition at line 6 of file SCR_PrefabsSpawnerManager.c.

◆ MilitaryVehicles

MilitaryVehicles

Definition at line 5 of file SCR_PrefabsSpawnerManager.c.