API GetOptOutOfLoot Edit History Talk0 98,461pages on this wiki Revision as of 18:44, April 18, 2010 by Starlightblunder (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API 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 SetOptOutOfLoot Read more Returns the material string associated with the particular quest. The material string is non-nil... API GetQuestBackgroundMaterial Returns a bunch of data about a quest reward choice from the quest log... API GetQuestLogChoiceInfo Selects the specified id as the current target. TargetUnit("unit"); ("unit") unit String - The... API TargetUnit Categories: World of Warcraft API