WoW API: GetOptOutOfLoot

Revision as of 18:44, 18 April 2010 by WoWWiki>Starlightblunder (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetOptOutOfLoot

Returns whether you're currently passing on all loot.

optedOut = GetOptOutOfLoot();

Returns

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

See also