10 lines
309 B
Lua
10 lines
309 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param key string
|
|
---@param itemID number
|
|
---@param itemName string
|
|
---@param itemLink string
|
|
---@return 1nil success
|
|
---Binds a key combination to use an item in the player's possession
|
|
function SetBindingItem(key, itemID, itemName, itemLink) end
|