15 lines
462 B
Lua
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
|