Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SpawnPositionComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_SpawnPositionComponentClass

Functions

SCR_SpawnPositionComponentClass ScriptComponentClass IsFree ()
 Returns true, if there is no living character inside of defined boundaries.
vector GetMinBoundsVector ()
vector GetMaxBoundsVector ()
bool CheckEntity (IEntity ent)
bool FilterEntity (IEntity ent)
override void EOnInit (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.
void ~SCR_SpawnPositionComponent ()

Variables

vector m_vMinBounds
vector m_vMaxBounds

Function Documentation

◆ CheckEntity()

bool CheckEntity ( IEntity ent)
protected

Definition at line 45 of file SCR_SpawnPositionComponent.c.

◆ FilterEntity()

bool FilterEntity ( IEntity ent)
protected

Definition at line 55 of file SCR_SpawnPositionComponent.c.

◆ GetMaxBoundsVector()

vector IsFree::GetMaxBoundsVector ( )
protected
Returns

Definition at line 48 of file SCR_SpawnPositionComponent.c.

◆ GetMinBoundsVector()

vector IsFree::GetMinBoundsVector ( )
protected
Returns

Definition at line 41 of file SCR_SpawnPositionComponent.c.

◆ IsFree()

Returns true, if there is no living character inside of defined boundaries.

Definition at line 1 of file SCR_SpawnPositionComponent.c.

◆ ~SCR_SpawnPositionComponent()

void ~SCR_SpawnPositionComponent ( )
protected

Definition at line 122 of file SCR_SpawnPositionComponent.c.

Variable Documentation

◆ m_vMaxBounds

vector m_vMaxBounds
protected

Definition at line 37 of file SCR_SpawnPositionComponent.c.

◆ m_vMinBounds

vector m_vMinBounds
protected

Definition at line 34 of file SCR_SpawnPositionComponent.c.