![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 () |
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.
|
inlineprotected |
Definition at line 356 of file GridSpawnerEntity.c.
|
inlineprotected |
Definition at line 362 of file GridSpawnerEntity.c.
|
inlineprotected |
Definition at line 292 of file GridSpawnerEntity.c.
Definition at line 316 of file GridSpawnerEntity.c.
|
inlineprotected |
Definition at line 321 of file GridSpawnerEntity.c.
|
inlineprotected |
Definition at line 57 of file GridSpawnerEntity.c.
Definition at line 66 of file GridSpawnerEntity.c.
| index | The index of element to spawn |
| centerPoint | The center point in world coordinates of the spawned grid |
Definition at line 118 of file GridSpawnerEntity.c.