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_SpawnPositionComponentClass |
Functions | |
SCR_SpawnPositionComponentClass ScriptComponentClass | IsFree () |
Returns true, if there is no living character inside of defined boundaries. More... | |
vector | GetMinBoundsVector () |
vector | GetMaxBoundsVector () |
protected bool | CheckEntity (IEntity ent) |
protected bool | FilterEntity (IEntity ent) |
override void | EOnInit (IEntity owner) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
void | ~SCR_SpawnPositionComponent () |
Variables | |
protected vector | m_vMinBounds |
protected vector | m_vMaxBounds |
protected bool CheckEntity | ( | IEntity | ent | ) |
Definition at line 45 of file SCR_SpawnPositionComponent.c.
protected bool FilterEntity | ( | IEntity | ent | ) |
Definition at line 55 of file SCR_SpawnPositionComponent.c.
vector IsFree::GetMaxBoundsVector | ( | ) |
Definition at line 17 of file SCR_SpawnPositionComponent.c.
vector IsFree::GetMinBoundsVector | ( | ) |
Definition at line 10 of file SCR_SpawnPositionComponent.c.
SCR_SpawnPositionComponentClass ScriptComponentClass IsFree | ( | ) |
Returns true, if there is no living character inside of defined boundaries.
Definition at line 32 of file SCR_SpawnPositionComponent.c.
void ~SCR_SpawnPositionComponent | ( | ) |
Definition at line 116 of file SCR_SpawnPositionComponent.c.
protected vector m_vMaxBounds |
Definition at line 6 of file SCR_SpawnPositionComponent.c.
protected vector m_vMinBounds |
Definition at line 3 of file SCR_SpawnPositionComponent.c.