Initial commit
This commit is contained in:
5
api/PutItemInBackpack.lua
Normal file
5
api/PutItemInBackpack.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
Reference in New Issue
Block a user