Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GridSpawnerEntity Class Reference
Inheritance diagram for SCR_GridSpawnerEntity:
GenericEntity SCR_ModelAutotestEntity

Protected Member Functions

int GetObjectCount ()
bool GetObjectName (int index, out string name)
bool Spawn (int index, out vector centerPoint)
void DeleteEntities ()
override void EOnFrame (IEntity owner, float timeSlice)
override void EOnInit (IEntity owner)
void SCR_GridSpawnerEntity (IEntitySource src, IEntity parent)
void ~SCR_GridSpawnerEntity ()

Detailed Description

Each object is represented by a key on the alphanumeric keyboard (0-9 above QWERTY) Pressing that particular key will spawn a grid filled with the template / model. BACKSPACE can be used to delete all entities at any given moment.

Definition at line 19 of file GridSpawnerEntity.c.

Constructor & Destructor Documentation

◆ SCR_GridSpawnerEntity()

void SCR_GridSpawnerEntity::SCR_GridSpawnerEntity ( IEntitySource src,
IEntity parent )
inlineprotected

Definition at line 356 of file GridSpawnerEntity.c.

◆ ~SCR_GridSpawnerEntity()

void SCR_GridSpawnerEntity::~SCR_GridSpawnerEntity ( )
inlineprotected

Definition at line 362 of file GridSpawnerEntity.c.

Member Function Documentation

◆ DeleteEntities()

void SCR_GridSpawnerEntity::DeleteEntities ( )
inlineprotected

Definition at line 292 of file GridSpawnerEntity.c.

◆ EOnFrame()

override void SCR_GridSpawnerEntity::EOnFrame ( IEntity owner,
float timeSlice )
inlineprotected

Definition at line 316 of file GridSpawnerEntity.c.

◆ EOnInit()

override void SCR_GridSpawnerEntity::EOnInit ( IEntity owner)
inlineprotected

Definition at line 321 of file GridSpawnerEntity.c.

◆ GetObjectCount()

int SCR_GridSpawnerEntity::GetObjectCount ( )
inlineprotected

Definition at line 57 of file GridSpawnerEntity.c.

◆ GetObjectName()

bool SCR_GridSpawnerEntity::GetObjectName ( int index,
out string name )
inlineprotected

Definition at line 66 of file GridSpawnerEntity.c.

◆ Spawn()

bool SCR_GridSpawnerEntity::Spawn ( int index,
out vector centerPoint )
inlineprotected
Parameters
indexThe index of element to spawn
centerPointThe center point in world coordinates of the spawned grid

Definition at line 118 of file GridSpawnerEntity.c.


The documentation for this class was generated from the following file: