5 lines
338 B
Lua
5 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 |