Files
wow-weakauras/Meta/api/GetLootMethod.lua
2024-11-07 23:12:37 +01:00

13 lines
473 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return roundrobin method
---@return freeforall
---@return group
---@return master
---@return needbeforegreed
---@return personalloot
---@return roundrobin
---@return number partyMaster
---@return number raidMaster
---Returns information about the current loot method in a party or raid. Only returns useful information if the player is in a party or raid.
function GetLootMethod() end