WoW:API SelectQuestLogEntry

From AddOn Studio
Revision as of 22:34, 1 August 2005 by WoWWiki>Byterunner (SelectQuestLogEntry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SelectQuestLogEntry -Documentation by Byterunner-

Makes a quest in the quest log the currently selected quest.

 SelectQuestLogEntry(questID);

Arguments

(Number questID)
questID
The quest number to make active.

Returns

none

Description

This function is necessary before using any functions that pull information from the quest log that are not passed a questID, such as GetQuestLogQuestText().