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

14 lines
453 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