ContextMenu

When the Inventory is open, you can right-click on Inventory, Hotbar & Chest Slots. This will open the ContextMenu, which contains different Actions to perform on the highlighted Item, from Using them, to move them to a chest or even drop them out of the Inventory.
ContextMenu is only available if InventoryStyle is set to Tetris or SlotRightClickEvent is set to ContextMenu in InventoryProManager.
Functions | ContextMenu.cs
ShowContextMenu(InventorySlot slot Vector3 position)
Shows the Context Menu at the given position & displays the appropriate actions based on the given InventorySlot.
HideContextMenu()
Hides the context menu.
Last updated