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