Files
wow_Meta/api/PutItemInBackpack.lua
2025-05-04 14:35:26 +02:00

6 lines
338 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil hadItem
---Puts the item on the cursor into the player's backpack. The item will be placed in the lowest numbered slot (containerSlotID) in the player's backpack. Causes an error message (UI_ERROR_MESSAGE) if the backpack is full.
function PutItemInBackpack() end