Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConvexPolygonDamageAreaShape Class Reference
Inheritance diagram for SCR_ConvexPolygonDamageAreaShape:
SCR_BaseDamageAreaShape

Protected Member Functions

override void Init (IEntity owner)
override float GetDiameter ()
override bool ShouldAffectEntity (IEntity entityToAffect)
override bool AffectsPosition (vector position)

Protected Attributes

float m_fHeight
ref array< vectorm_aSimpleBoundsLS
float m_fDiameter

Detailed Description

Definition at line 1 of file SCR_ConvexPolygonDamageAreaShape.c.

Member Function Documentation

◆ AffectsPosition()

override bool SCR_ConvexPolygonDamageAreaShape::AffectsPosition ( vector position)
inlineprotected

Returns true if this position is contained inside of the shape This method is primarily called by the debug to validate if the point is within the shape

Definition at line 205 of file SCR_ConvexPolygonDamageAreaShape.c.

◆ GetDiameter()

override float SCR_ConvexPolygonDamageAreaShape::GetDiameter ( )
inlineprotected

Definition at line 176 of file SCR_ConvexPolygonDamageAreaShape.c.

◆ Init()

override void SCR_ConvexPolygonDamageAreaShape::Init ( IEntity owner)
inlineprotected

Definition at line 143 of file SCR_ConvexPolygonDamageAreaShape.c.

◆ ShouldAffectEntity()

override bool SCR_ConvexPolygonDamageAreaShape::ShouldAffectEntity ( IEntity entityToAffect)
inlineprotected

Definition at line 182 of file SCR_ConvexPolygonDamageAreaShape.c.

Member Data Documentation

◆ m_aSimpleBoundsLS

ref array<vector> SCR_ConvexPolygonDamageAreaShape::m_aSimpleBoundsLS
protected

Definition at line 9 of file SCR_ConvexPolygonDamageAreaShape.c.

◆ m_fDiameter

float SCR_ConvexPolygonDamageAreaShape::m_fDiameter
protected

Definition at line 10 of file SCR_ConvexPolygonDamageAreaShape.c.

◆ m_fHeight

float SCR_ConvexPolygonDamageAreaShape::m_fHeight
protectedbound

Definition at line 7 of file SCR_ConvexPolygonDamageAreaShape.c.


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