Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_HitZoneGroupNameHolder.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_HitZoneGroupNameHolder
 Holds the name data to show which parts of the vehicle or character the player is healing. More...
 
class  SCR_VehicleHitZoneGroupName
 

Functions

class SCR_HitZoneGroupNameHolder BaseContainerProps ()
 
LocalizedString GetHitZoneGroupName (EHitZoneGroup hitZoneGroup)
 
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField ("USE INHERENT VERSION ONLY!")
 
override EHitZoneGroup GetHitZoneGroup ()
 
SCR_VehicleHitZoneGroupName SCR_HitZoneGroupName SCR_BaseContainerCustomTitleEnum (ECharacterHitZoneGroup, "m_eCharacterHitZoneGroup")
 

Variables

protected ref array< ref SCR_HitZoneGroupName > m_aHitZoneGroupNames
 
protected EVehicleHitZoneGroup m_eVehicleHitZoneGroup
 

Function Documentation

◆ BaseContainerCustomStringTitleField()

class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField ( "USE INHERENT VERSION ONLY!"  )
Returns
Hitzone group

Definition at line 27 of file SCR_HitZoneGroupNameHolder.c.

◆ BaseContainerProps()

class SCR_HitZoneGroupNameHolder BaseContainerProps ( )

◆ GetHitZoneGroup()

override EHitZoneGroup BaseContainerProps::GetHitZoneGroup ( )

Definition at line 32 of file SCR_HitZoneGroupNameHolder.c.

◆ GetHitZoneGroupName()

LocalizedString BaseContainerProps::GetHitZoneGroupName ( EHitZoneGroup  hitZoneGroup)
Parameters
hitZoneGroupHitzone enum to find name of
Returns
Name of hitzoneGroup

Definition at line 10 of file SCR_HitZoneGroupNameHolder.c.

◆ SCR_BaseContainerCustomTitleEnum()

SCR_VehicleHitZoneGroupName SCR_HitZoneGroupName SCR_BaseContainerCustomTitleEnum ( ECharacterHitZoneGroup  ,
"m_eCharacterHitZoneGroup"   
)

Definition at line 58 of file SCR_HitZoneGroupNameHolder.c.

Variable Documentation

◆ m_aHitZoneGroupNames

protected ref array<ref SCR_HitZoneGroupName> m_aHitZoneGroupNames

Definition at line 3 of file SCR_HitZoneGroupNameHolder.c.

◆ m_eVehicleHitZoneGroup

protected EVehicleHitZoneGroup m_eVehicleHitZoneGroup

Definition at line 29 of file SCR_HitZoneGroupNameHolder.c.