8 lines
315 B
Lua
8 lines
315 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param id number
|
|
---@param rollType rollType
|
|
---Confirms the player's intent regarding an item up for loot rolling. Usable after the CONFIRM_LOOT_ROLL event fires, warning that an item binds on pickup.
|
|
function ConfirmLootRoll(id, rollType) end
|