Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField | ( | "USE INHERENT VERSION ONLY!" | ) |
Definition at line 27 of file SCR_HitZoneGroupNameHolder.c.
class SCR_HitZoneGroupNameHolder BaseContainerProps | ( | ) |
override EHitZoneGroup BaseContainerProps::GetHitZoneGroup | ( | ) |
Definition at line 32 of file SCR_HitZoneGroupNameHolder.c.
LocalizedString BaseContainerProps::GetHitZoneGroupName | ( | EHitZoneGroup | hitZoneGroup | ) |
hitZoneGroup | Hitzone enum to find name of |
Definition at line 10 of file SCR_HitZoneGroupNameHolder.c.
SCR_VehicleHitZoneGroupName SCR_HitZoneGroupName SCR_BaseContainerCustomTitleEnum | ( | ECharacterHitZoneGroup | , |
"m_eCharacterHitZoneGroup" | |||
) |
Definition at line 58 of file SCR_HitZoneGroupNameHolder.c.
protected ref array<ref SCR_HitZoneGroupName> m_aHitZoneGroupNames |
Definition at line 3 of file SCR_HitZoneGroupNameHolder.c.
protected EVehicleHitZoneGroup m_eVehicleHitZoneGroup |
Definition at line 29 of file SCR_HitZoneGroupNameHolder.c.