WoW API: SortQuestWatches

From AddOn Studio
Revision as of 21:59, 25 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Sorts watched quests by proximity to the player character. changed = SortQuestWatches(); == Returns == ; changed : Boolean - true if any change to the order of watch…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SortQuestWatches

Sorts watched quests by proximity to the player character.

changed = SortQuestWatches();

Returns

changed
Boolean - true if any change to the order of watched quests was made, false otherwise.

History