WoW:API GetOptOutOfLoot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns whether you're currently passing on all loot. optedOut = GetOptOutOfLoot(); == Returns == ; optedOut : Flag - 1 if the player is currently passing on all loo…')
 
m (Move page script moved page API GetOptOutOfLoot to API GetOptOutOfLoot without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetOptOutOfLoot

Returns whether you're currently passing on all loot.

optedOut = GetOptOutOfLoot();

Returns[edit]

optedOut
Flag - 1 if the player is currently passing on all loot, nil otherwise.

See also[edit]