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.
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