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

6 lines
550 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number threshold
---Returns the threshold used for Master Looter, Group Loot, and Need Before Greed loot methods. Items above the threshold quality will trigger the special behavior of the current loot method: for Group Loot and Need Before Greed, rolling will automatically begin once a group member loots the corpse or object holding the item; for Master Loot, the item will be invisible to all but the loot master tasked with assigning the loot.
function GetLootThreshold() end