Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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.
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 )
protected

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 )
protected
Parameters
[in]src
[in]parent

Definition at line 79 of file SCR_PrefabsSpawnerManager.c.

◆ ~SCR_PrefabsSpawnerManager()

void ~SCR_PrefabsSpawnerManager ( )
protected

Definition at line 86 of file SCR_PrefabsSpawnerManager.c.

Variable Documentation

◆ CivilVehicles

CivilVehicles

Definition at line 2 of file SCR_PrefabsSpawnerManager.c.

◆ Generic

Generic

Definition at line 0 of file SCR_PrefabsSpawnerManager.c.

◆ MilitaryHeliVehicles

MilitaryHeliVehicles

Definition at line 4 of file SCR_PrefabsSpawnerManager.c.

◆ MilitaryVehicles

MilitaryVehicles

Definition at line 3 of file SCR_PrefabsSpawnerManager.c.