Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TourniquetStorageSlot.c
Go to the documentation of this file.
1
class
SCR_TourniquetStorageSlot
:
SCR_EquipmentStorageSlot
2
{
3
[
Attribute
(
""
, UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(
ECharacterHitZoneGroup
),
desc
:
"Which hitzone does this slot belong to"
,
category
:
"Equipped consumables"
)]
4
protected
ECharacterHitZoneGroup
m_eHitZoneGroup;
5
6
//------------------------------------------------------------------------------------------------
8
ECharacterHitZoneGroup
GetAssociatedHZGroup()
9
{
10
return
m_eHitZoneGroup
;
11
}
12
13
//------------------------------------------------------------------------------------------------
16
IEntity GetItem(
int
ID)
17
{
18
return
GetStorage().Get(ID);
19
}
20
}
ECharacterHitZoneGroup
ECharacterHitZoneGroup
Definition:
SCR_CharacterDamageManagerComponent.c:1
m_eHitZoneGroup
protected ECharacterHitZoneGroup m_eHitZoneGroup
Definition:
SCR_InventoryHitZonePointUI.c:403
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
SCR_TourniquetStorageSlot
Definition:
SCR_TourniquetStorageSlot.c:1
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_EquipmentStorageSlot
Definition:
SCR_EquipmentStorageComponent.c:16
category
params category
Definition:
SCR_VehicleDamageManagerComponent.c:180
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Components
Gadgets
SCR_TourniquetStorageSlot.c
Generated by
1.8.17