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

Go to the source code of this file.

Classes

class  SCR_PlayerRestrictionZoneWarningComponentClass

Functions

void ShowWarningServer (bool showWarning, ERestrictionZoneWarningType warningType, bool centerChanged, vector zoneCenter, float warningRadiusSq, float zoneRadiusSq)
void HideWarningOwner ()
void ShowWarningOwner (bool showWarning, ERestrictionZoneWarningType warningType, vector zoneCenter, float warningRadiusSq, float zoneRadiusSq)
override void EOnInit (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.

Variables

SCR_PlayerRestrictionZoneWarningComponentClass m_WarningHUD
bool m_bShowingWarning
float m_fWarningEffectStrenghtPerc
float m_fWarningEffectStrenghtLookAtPerc

Function Documentation

◆ HideWarningOwner()

void HideWarningOwner ( )
protected

Definition at line 36 of file SCR_PlayerRestrictionZoneWarningComponent.c.

◆ ShowWarningOwner()

void ShowWarningOwner ( bool showWarning,
ERestrictionZoneWarningType warningType,
vector zoneCenter,
float warningRadiusSq,
float zoneRadiusSq )
protected

Definition at line 44 of file SCR_PlayerRestrictionZoneWarningComponent.c.

◆ ShowWarningServer()

void ShowWarningServer ( bool showWarning,
ERestrictionZoneWarningType warningType,
bool centerChanged,
vector zoneCenter,
float warningRadiusSq,
float zoneRadiusSq )
protected
Parameters
[in]showWarning
[in]warningType
[in]centerChanged
[in]zoneCenter
[in]warningRadiusSq
[in]zoneRadiusSq

Definition at line 21 of file SCR_PlayerRestrictionZoneWarningComponent.c.

Variable Documentation

◆ m_bShowingWarning

bool m_bShowingWarning
protected

Definition at line 9 of file SCR_PlayerRestrictionZoneWarningComponent.c.

◆ m_fWarningEffectStrenghtLookAtPerc

float m_fWarningEffectStrenghtLookAtPerc
protected

Definition at line 11 of file SCR_PlayerRestrictionZoneWarningComponent.c.

◆ m_fWarningEffectStrenghtPerc

float m_fWarningEffectStrenghtPerc
protected

Definition at line 10 of file SCR_PlayerRestrictionZoneWarningComponent.c.

◆ m_WarningHUD