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

Protected Member Functions

float GetRestrictionZoneRadius ()
float GetRestrictionZoneRadiusSq ()
float GetWarningZoneRadius ()
float GetWarningZoneRadiusSq ()
float GetTeleportedZoneRadiusSq ()
ERestrictionZoneWarningType GetWarningType ()
void EOnInit (IEntity owner)
void SCR_EditorRestrictionZoneEntity (IEntitySource src, IEntity parent)
void ~SCR_EditorRestrictionZoneEntity ()

Protected Attributes

float m_fWarnRadius
float m_fZoneRadius
float m_fZoneTeleportedRadius
ERestrictionZoneWarningType m_iWarningType
float m_fWarnRadiusSq
float m_fZoneRadiusSq
float m_fZoneTeleportedRadiusSq

Detailed Description

Definition at line 5 of file SCR_EditorRestrictionZoneEntity.c.

Constructor & Destructor Documentation

◆ SCR_EditorRestrictionZoneEntity()

void SCR_EditorRestrictionZoneEntity::SCR_EditorRestrictionZoneEntity ( IEntitySource src,
IEntity parent )
inlineprotected

Definition at line 102 of file SCR_EditorRestrictionZoneEntity.c.

◆ ~SCR_EditorRestrictionZoneEntity()

void SCR_EditorRestrictionZoneEntity::~SCR_EditorRestrictionZoneEntity ( )
inlineprotected

Definition at line 110 of file SCR_EditorRestrictionZoneEntity.c.

Member Function Documentation

◆ EOnInit()

void SCR_EditorRestrictionZoneEntity::EOnInit ( IEntity owner)
inlineprotected

Definition at line 77 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetRestrictionZoneRadius()

float SCR_EditorRestrictionZoneEntity::GetRestrictionZoneRadius ( )
inlineprotected

Get the radius of the Restriction circle.

Returns
float radius

Definition at line 27 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetRestrictionZoneRadiusSq()

float SCR_EditorRestrictionZoneEntity::GetRestrictionZoneRadiusSq ( )
inlineprotected

Get the radius of the Restriction circle squared.

Returns
float radius squared

Definition at line 36 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetTeleportedZoneRadiusSq()

float SCR_EditorRestrictionZoneEntity::GetTeleportedZoneRadiusSq ( )
inlineprotected

Get the radius of the teleported circle squared.

Returns
float teleported radius squared

Definition at line 63 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetWarningType()

ERestrictionZoneWarningType SCR_EditorRestrictionZoneEntity::GetWarningType ( )
inlineprotected

Get worning type to be displayed on UI

Returns
Warning type enum

Definition at line 72 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetWarningZoneRadius()

float SCR_EditorRestrictionZoneEntity::GetWarningZoneRadius ( )
inlineprotected

Get the radius of the warning circle.

Returns
float warning radius

Definition at line 45 of file SCR_EditorRestrictionZoneEntity.c.

◆ GetWarningZoneRadiusSq()

float SCR_EditorRestrictionZoneEntity::GetWarningZoneRadiusSq ( )
inlineprotected

Get the radius of the warning circle squared.

Returns
float warning radius squared

Definition at line 54 of file SCR_EditorRestrictionZoneEntity.c.

Member Data Documentation

◆ m_fWarnRadius

float SCR_EditorRestrictionZoneEntity::m_fWarnRadius
protected

Definition at line 8 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_fWarnRadiusSq

float SCR_EditorRestrictionZoneEntity::m_fWarnRadiusSq
protected

Definition at line 19 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_fZoneRadius

float SCR_EditorRestrictionZoneEntity::m_fZoneRadius
protected

Definition at line 11 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_fZoneRadiusSq

float SCR_EditorRestrictionZoneEntity::m_fZoneRadiusSq
protected

Definition at line 20 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_fZoneTeleportedRadius

float SCR_EditorRestrictionZoneEntity::m_fZoneTeleportedRadius
protected

Definition at line 14 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_fZoneTeleportedRadiusSq

float SCR_EditorRestrictionZoneEntity::m_fZoneTeleportedRadiusSq
protected

Definition at line 21 of file SCR_EditorRestrictionZoneEntity.c.

◆ m_iWarningType

ERestrictionZoneWarningType SCR_EditorRestrictionZoneEntity::m_iWarningType
protected

Definition at line 17 of file SCR_EditorRestrictionZoneEntity.c.


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