Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_VehicleHitZone.c
Go to the documentation of this file.
1
class
SCR_VehicleHitZone
:
SCR_DestructibleHitzone
2
{
3
[
Attribute
(
EVehicleHitZoneGroup
.VIRTUAL.ToString(), UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(
EVehicleHitZoneGroup
))]
4
protected
EVehicleHitZoneGroup
m_eHitZoneGroup;
5
6
//------------------------------------------------------------------------------------------------
7
override
EHitZoneGroup GetHitZoneGroup()
8
{
9
return
m_eHitZoneGroup
;
10
}
11
}
m_eHitZoneGroup
protected ECharacterHitZoneGroup m_eHitZoneGroup
Definition:
SCR_InventoryHitZonePointUI.c:403
SCR_DestructibleHitzone
Definition:
SCR_DestructibleHitzone.c:3
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_VehicleHitZone
Definition:
SCR_VehicleHitZone.c:1
EVehicleHitZoneGroup
EVehicleHitZoneGroup
Definition:
SCR_VehicleDamageManagerComponent.c:1
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
HitZone
SCR_VehicleHitZone.c
Generated by
1.8.17