Files
wow-weakauras/Meta/api/SetOptOutOfLoot.lua
2024-11-07 23:12:37 +01:00

5 lines
420 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param enable boolean
---Changes the player's preference to opt 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 SetOptOutOfLoot(enable) end