![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
|
protected |
Definition at line 36 of file SCR_PlayerRestrictionZoneWarningComponent.c.
|
protected |
Definition at line 44 of file SCR_PlayerRestrictionZoneWarningComponent.c.
|
protected |
| [in] | showWarning | |
| [in] | warningType | |
| [in] | centerChanged | |
| [in] | zoneCenter | |
| [in] | warningRadiusSq | |
| [in] | zoneRadiusSq |
Definition at line 21 of file SCR_PlayerRestrictionZoneWarningComponent.c.
|
protected |
Definition at line 9 of file SCR_PlayerRestrictionZoneWarningComponent.c.
|
protected |
Definition at line 11 of file SCR_PlayerRestrictionZoneWarningComponent.c.
|
protected |
Definition at line 10 of file SCR_PlayerRestrictionZoneWarningComponent.c.
| SCR_PlayerRestrictionZoneWarningComponentClass m_WarningHUD |