Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseDamageHealSupportStationAction Class Reference

Allows healing of action owner (not user). More...

Inheritance diagram for SCR_BaseDamageHealSupportStationAction:
SCR_BaseUseSupportStationAction SCR_HealSupportStationAction SCR_RepairAtSupportStationAction

Protected Member Functions

override void DelayedInit (IEntity owner)
int GetHitZonesToHeal (notnull out array< HitZone > hitZones)
void SetHitZonesToHeal ()
SCR_DamageManagerComponent GetActionDamageManager ()
override string GetActionStringParam ()
SCR_ENearbyInteractionContextColors GetHealthStatus ()
 return the Health code color for nearby interactions
bool IsStabilizedReason ()

Protected Attributes

ref SCR_DamageIntensityHolder m_DamageIntensityHolder
SCR_DamageManagerComponent m_DamageManagerComponent
ref array< HitZonem_aHitZonesToHeal = {}

Detailed Description

Allows healing of action owner (not user).

Definition at line 2 of file SCR_BaseDamageHealSupportStationAction.c.

Member Function Documentation

◆ DelayedInit()

override void SCR_BaseDamageHealSupportStationAction::DelayedInit ( IEntity owner)
inlineprotected

Definition at line 13 of file SCR_BaseDamageHealSupportStationAction.c.

◆ GetActionDamageManager()

SCR_DamageManagerComponent SCR_BaseDamageHealSupportStationAction::GetActionDamageManager ( )
inlineprotected

Definition at line 64 of file SCR_BaseDamageHealSupportStationAction.c.

◆ GetActionStringParam()

override string SCR_BaseDamageHealSupportStationAction::GetActionStringParam ( )
inlineprotected

Definition at line 70 of file SCR_BaseDamageHealSupportStationAction.c.

◆ GetHealthStatus()

SCR_ENearbyInteractionContextColors SCR_BaseDamageHealSupportStationAction::GetHealthStatus ( )
inlineprotected

return the Health code color for nearby interactions

Definition at line 84 of file SCR_BaseDamageHealSupportStationAction.c.

◆ GetHitZonesToHeal()

int SCR_BaseDamageHealSupportStationAction::GetHitZonesToHeal ( notnull out array< HitZone > hitZones)
inlineprotected

Get HitZones this heal support station action can heal

Parameters
[out]Arrayof hitzones to heal
Returns
Number of hitzones to heal

Definition at line 33 of file SCR_BaseDamageHealSupportStationAction.c.

◆ IsStabilizedReason()

bool SCR_BaseDamageHealSupportStationAction::IsStabilizedReason ( )
inlineprotected

Definition at line 110 of file SCR_BaseDamageHealSupportStationAction.c.

◆ SetHitZonesToHeal()

void SCR_BaseDamageHealSupportStationAction::SetHitZonesToHeal ( )
inlineprotected

Definition at line 40 of file SCR_BaseDamageHealSupportStationAction.c.

Member Data Documentation

◆ m_aHitZonesToHeal

ref array<HitZone> SCR_BaseDamageHealSupportStationAction::m_aHitZonesToHeal = {}
protected

Definition at line 10 of file SCR_BaseDamageHealSupportStationAction.c.

◆ m_DamageIntensityHolder

ref SCR_DamageIntensityHolder SCR_BaseDamageHealSupportStationAction::m_DamageIntensityHolder
protected

Definition at line 5 of file SCR_BaseDamageHealSupportStationAction.c.

◆ m_DamageManagerComponent

SCR_DamageManagerComponent SCR_BaseDamageHealSupportStationAction::m_DamageManagerComponent
protected

Definition at line 7 of file SCR_BaseDamageHealSupportStationAction.c.


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