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

Go to the source code of this file.

Classes

class  SCR_AISuppressionVolumeBase
class  SCR_AISuppressionVolumeSphere
class  SCR_AISuppressionVolumeBaseTargetBox
class  SCR_AISuppressionVolumeWaypoint

Functions

void SCR_AISuppressionVolumeBox (vector bbMin, vector bbMax)
Shape GetDebugShape ()
void GetYRange (vector position, out float minY, out float maxY)
vector GetOutsideEdgePos (vector direction)
override bool IsInsideVolume2D (vector insidePos)
override vector GetCenterPosition ()
SCR_AITargetClusterState GetClusterState ()
void SetClusterState (SCR_AITargetClusterState clusterState, bool scaleTarget=true)

Variables

class SCR_AISuppressionVolumeBase m_vBBMin
vector m_vBBMax
SCR_AISuppressionVolumeSphere OBJECT_VOLUME_MAX_SCALE_DISTANCE = 600.0
SCR_AISuppressionVolumeBaseTargetBox m_ClusterState

Function Documentation

◆ GetCenterPosition()

override vector GetCenterPosition ( )
protected

Definition at line 371 of file SCR_AISuppressionVolume.c.

◆ GetClusterState()

SCR_AITargetClusterState GetClusterState ( )
protected

Definition at line 528 of file SCR_AISuppressionVolume.c.

◆ GetDebugShape()

Shape GetDebugShape ( )
protected

Definition at line 313 of file SCR_AISuppressionVolume.c.

◆ GetOutsideEdgePos()

vector GetOutsideEdgePos ( vector direction)
protected

Definition at line 326 of file SCR_AISuppressionVolume.c.

◆ GetYRange()

void GetYRange ( vector position,
out float minY,
out float maxY )
protected

Definition at line 319 of file SCR_AISuppressionVolume.c.

◆ IsInsideVolume2D()

override bool IsInsideVolume2D ( vector insidePos)
protected

Definition at line 365 of file SCR_AISuppressionVolume.c.

◆ SCR_AISuppressionVolumeBox()

void SCR_AISuppressionVolumeBox ( vector bbMin,
vector bbMax )

Definition at line 302 of file SCR_AISuppressionVolume.c.

◆ SetClusterState()

void SetClusterState ( SCR_AITargetClusterState clusterState,
bool scaleTarget = true )
protected

Definition at line 534 of file SCR_AISuppressionVolume.c.

Variable Documentation

◆ m_ClusterState

SCR_AISuppressionVolumeBaseTargetBox m_ClusterState
protected

◆ m_vBBMax

vector m_vBBMax

Definition at line 299 of file SCR_AISuppressionVolume.c.

◆ m_vBBMin

◆ OBJECT_VOLUME_MAX_SCALE_DISTANCE

SCR_AISuppressionVolumeSphere OBJECT_VOLUME_MAX_SCALE_DISTANCE = 600.0
protected