Files
wow_Meta/api/GetLootMethod.lua
2025-05-04 15:15:00 +02:00

15 lines
462 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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