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

7 lines
417 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil isOptOut
---Returns whether the player has opted out of loot rolls. When opting out, no prompt will be shown for loot which ordinarily would prompt the player to roll (need/greed) or pass; the loot rolling process will continue for other group members as if the player had chosen to pass on every roll.
function GetOptOutOfLoot() end