6 lines
308 B
Lua
6 lines
308 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---@return 1nil canBePlaced
|
|
---Returns whether the item on the cursor can be equipped in an inventory slot. Returns nil if the cursor is empty or contains something other than an item.
|
|
function CursorCanGoInSlot(slot) end |