Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InventoryHitZoneSlotUI.c File Reference

Go to the source code of this file.

Classes

class  SCR_InventoryHitZoneUI

Functions

SCR_InventoryHitZoneUI SCR_InventoryAttachmentPointUI OnDrop (SCR_InventorySlotUI slot)
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

SCR_InventoryHitZonePointContainerUI m_pParentContainer
bool m_bTourniquetted

Function Documentation

◆ ApplyItem()

void OnDrop::ApplyItem ( IEntity gadget,
bool isInHand,
bool isOnGround )
protected

Definition at line 136 of file SCR_InventoryHitZoneSlotUI.c.

◆ CanApplyItem()

bool OnDrop::CanApplyItem ( notnull IEntity item)
protected

Definition at line 161 of file SCR_InventoryHitZoneSlotUI.c.

◆ GetMenuHandler()

SCR_InventoryMenuUI OnDrop::GetMenuHandler ( )
protected

Definition at line 182 of file SCR_InventoryHitZoneSlotUI.c.

◆ IsTourniquetted()

bool OnDrop::IsTourniquetted ( )
protected

Definition at line 177 of file SCR_InventoryHitZoneSlotUI.c.

◆ OnDrop()

override bool OnDrop ( SCR_InventorySlotUI slot)

Definition at line 1 of file SCR_InventoryHitZoneSlotUI.c.

◆ SCR_InventoryHitZoneUI()

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 )
protected

Definition at line 188 of file SCR_InventoryHitZoneSlotUI.c.

◆ SetTourniquetted()

void OnDrop::SetTourniquetted ( bool tourniquetted)
protected

Definition at line 172 of file SCR_InventoryHitZoneSlotUI.c.

Variable Documentation

◆ m_bTourniquetted

bool m_bTourniquetted
protected

Definition at line 108 of file SCR_InventoryHitZoneSlotUI.c.

◆ m_pParentContainer

SCR_InventoryHitZonePointContainerUI m_pParentContainer
protected

Definition at line 107 of file SCR_InventoryHitZoneSlotUI.c.