Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_AIGroupTargetCluster Interface Reference
Inheritance diagram for SCR_AIGroupTargetCluster:
[legend]

Public Member Functions

void AddTarget (SCR_AITargetInfo target, float angle, float dist)
 
void AddCluster (SCR_AIGroupTargetCluster other)
 
void MoveStateFrom (SCR_AIGroupTargetCluster other)
 
float GetMinDistance ()
 

Public Attributes

ref array< SCR_AITargetInfom_aTargets = {}
 
ref array< float > m_aAngles = {}
 
ref array< float > m_aDistances = {}
 
ref array< IEntity > m_aEntities = {}
 
ref SCR_AITargetClusterState m_State
 
float m_fAngleMin
 
float m_fAngleMax
 

Member Function Documentation

◆ AddCluster()

void SCR_AIGroupTargetCluster.AddCluster ( SCR_AIGroupTargetCluster  other)

◆ AddTarget()

void SCR_AIGroupTargetCluster.AddTarget ( SCR_AITargetInfo  target,
float  angle,
float  dist 
)

◆ GetMinDistance()

float SCR_AIGroupTargetCluster.GetMinDistance ( )

◆ MoveStateFrom()

void SCR_AIGroupTargetCluster.MoveStateFrom ( SCR_AIGroupTargetCluster  other)

Member Data Documentation

◆ m_aAngles

ref array<float> SCR_AIGroupTargetCluster.m_aAngles = {}

◆ m_aDistances

ref array<float> SCR_AIGroupTargetCluster.m_aDistances = {}

◆ m_aEntities

ref array<IEntity> SCR_AIGroupTargetCluster.m_aEntities = {}

◆ m_aTargets

ref array<SCR_AITargetInfo> SCR_AIGroupTargetCluster.m_aTargets = {}

◆ m_fAngleMax

float SCR_AIGroupTargetCluster.m_fAngleMax

◆ m_fAngleMin

float SCR_AIGroupTargetCluster.m_fAngleMin

◆ m_State

ref SCR_AITargetClusterState SCR_AIGroupTargetCluster.m_State

The documentation for this interface was generated from the following file: