Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,6 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param isRightClick 1nil
---@param index number
---@param isRightClick 1nil
---Allows to 'move' an item from the void storages deposit box back to inventory. The 'moved' item will subsequently be unlocked in the inventory. If isRightClick is set the item is returned and unlocked immediately. If isRightClick is not set the item is attached to the mouse until it is either released to the inventory (by right clicking) or manually placed either in the inventory or any deposit slot.
function ClickVoidTransferDepositSlot(index, isRightClick) end
function ClickVoidTransferDepositSlot(index, isRightClick) end