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