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_InventoryHitZoneUI |
Functions | |
SCR_InventoryHitZoneUI SCR_InventoryAttachmentPointUI | OnDrop (SCR_InventorySlotUI slot) |
protected void | ApplyItem (IEntity gadget, bool isInHand, bool isOnGround) |
bool | CanApplyItem (notnull IEntity item) |
void | SetTourniquetted (bool tourniquetted) |
bool | IsTourniquetted () |
SCR_InventoryMenuUI | GetMenuHandler () |
void | SCR_InventoryHitZoneUI (BaseInventoryStorageComponent storage, LoadoutAreaType slotID=null, SCR_InventoryMenuUI menuManager=null, int iPage=0, array< BaseInventoryStorageComponent > aTraverseStorage=null, SCR_InventoryHitZonePointContainerUI parent=null, bool isTourniquetted=false) |
Variables | |
protected SCR_InventoryHitZonePointContainerUI | m_pParentContainer |
protected bool | m_bTourniquetted |
protected void OnDrop::ApplyItem | ( | IEntity | gadget, |
bool | isInHand, | ||
bool | isOnGround | ||
) |
Definition at line 32 of file SCR_InventoryHitZoneSlotUI.c.
bool OnDrop::CanApplyItem | ( | notnull IEntity | item | ) |
Definition at line 56 of file SCR_InventoryHitZoneSlotUI.c.
SCR_InventoryMenuUI OnDrop::GetMenuHandler | ( | ) |
Definition at line 77 of file SCR_InventoryHitZoneSlotUI.c.
bool OnDrop::IsTourniquetted | ( | ) |
Definition at line 72 of file SCR_InventoryHitZoneSlotUI.c.
Definition at line 106 of file SCR_InventoryHitZoneSlotUI.c.
void OnDrop::SCR_InventoryHitZoneUI | ( | BaseInventoryStorageComponent | storage, |
LoadoutAreaType | slotID = null , |
||
SCR_InventoryMenuUI | menuManager = null , |
||
int | iPage = 0 , |
||
array< BaseInventoryStorageComponent > | aTraverseStorage = null , |
||
SCR_InventoryHitZonePointContainerUI | parent = null , |
||
bool | isTourniquetted = false |
||
) |
Definition at line 83 of file SCR_InventoryHitZoneSlotUI.c.
void OnDrop::SetTourniquetted | ( | bool | tourniquetted | ) |
Definition at line 67 of file SCR_InventoryHitZoneSlotUI.c.
protected bool m_bTourniquetted |
Definition at line 3 of file SCR_InventoryHitZoneSlotUI.c.
protected SCR_InventoryHitZonePointContainerUI m_pParentContainer |
Definition at line 2 of file SCR_InventoryHitZoneSlotUI.c.