class InventoryGridControllerSource
InventoryQuickbar › InventoryGridController › ScriptedWidgetEventHandler › Managed
All members, including inherited
Methods 19
void OnItemEnter(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnMouseEnter()
void OnItemLeave(InventoryGrid grid, Widget w)Referenced by InventoryGrid.OnMouseLeave()
void OnItemDrag(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnDrag()
void OnItemDraggingOver(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnDraggingOver()
void OnItemDrop(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnDrop()
void OnItemDropReceived(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnDropReceived()
void OnItemClick(InventoryGrid grid, Widget w, int row, int col)void OnItemLeftClick(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnMouseButtonUp()
void OnItemRightClick(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnMouseButtonDown()
void OnItemDoubleClick(InventoryGrid grid, Widget w, int row, int col)Referenced by InventoryGrid.OnDoubleClick()
int GetItemColor(ScriptedWidgetEventHandler grid, InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
int GetQuickbarItemColor(InventoryGrid grid, InventoryItem item)Referenced by InventoryGrid.RefreshQuickbarItemVariables()
vector GetItemSize(InventoryGrid grid, InventoryItem item)References Vector()
string GetItemQuantityText(InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
int HasItemQuantity(InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
float GetItemQuantity(InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
int GetItemQuantityMax(InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
int GetItemCount(InventoryItem item)Referenced by InventoryGrid.RefreshItemVariables()
bool CanAddItemInHandToInventory()Referenced by InventoryGrid.UpdateQuickbarItems()