![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_SpawnPositionComponentManagerClass |
Functions | |
| void | AddSpawnPosition (SCR_SpawnPositionComponent positionComp) |
| void | DeleteSpawnPosition (SCR_SpawnPositionComponent positionComp) |
| int | GetSpawnPositionsInRange (vector center, float range, out array< SCR_SpawnPositionComponent > positions) |
| void | ~SCR_SpawnPositionComponentManager () |
Variables | |
| SCR_SpawnPositionComponentManagerClass | s_Instance |
| ref array< SCR_SpawnPositionComponent > | m_aSpawnPositions |
|
protected |
| [in] | positionComp |
Definition at line 25 of file SCR_SpawnPositionComponentManager.c.
|
protected |
| [in] | positionComp |
Definition at line 37 of file SCR_SpawnPositionComponentManager.c.
|
protected |
| [in] | center | |
| [in] | range | |
| [out] | positions |
Definition at line 53 of file SCR_SpawnPositionComponentManager.c.
|
protected |
Definition at line 70 of file SCR_SpawnPositionComponentManager.c.
|
protected |
Definition at line 9 of file SCR_SpawnPositionComponentManager.c.
| SCR_SpawnPositionComponentManagerClass s_Instance |