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

7 lines
446 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@return number timeLeft
---Returns the amount of time remaining before loot rolling for an item expires. When the time expires, all group members who have not yet chosen to roll Need or Greed automatically pass, random roll results are produced for those who chose to roll, and the server declares a winner and awards the item.
function GetLootRollTimeLeft(id) end