Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SpawnPositionComponent.c File Reference

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
 

Function Documentation

◆ CheckEntity()

protected bool CheckEntity ( IEntity  ent)

Definition at line 45 of file SCR_SpawnPositionComponent.c.

◆ FilterEntity()

protected bool FilterEntity ( IEntity  ent)

Definition at line 55 of file SCR_SpawnPositionComponent.c.

◆ GetMaxBoundsVector()

vector IsFree::GetMaxBoundsVector ( )
Returns

Definition at line 17 of file SCR_SpawnPositionComponent.c.

◆ GetMinBoundsVector()

vector IsFree::GetMinBoundsVector ( )
Returns

Definition at line 10 of file SCR_SpawnPositionComponent.c.

◆ IsFree()

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.

◆ ~SCR_SpawnPositionComponent()

void ~SCR_SpawnPositionComponent ( )

Definition at line 116 of file SCR_SpawnPositionComponent.c.

Variable Documentation

◆ m_vMaxBounds

protected vector m_vMaxBounds

Definition at line 6 of file SCR_SpawnPositionComponent.c.

◆ m_vMinBounds

protected vector m_vMinBounds

Definition at line 3 of file SCR_SpawnPositionComponent.c.