WoW:API SelectQuestLogEntry: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}})
m (parameter: index -> id)
Line 5: Line 5:
==Parameters==
==Parameters==
===Arguments===
===Arguments===
:;questID : Integer - The index of the quest you wish to make active.
:;questID : Integer - The id of the quest you wish to make active.


==Notes==
==Notes==
This function is equivalent to clicking the quest name in the quest log, and is necessary before using any functions that depend on a quest being selected (not passed a questID - e.g. GetQuestLogQuestText() or QuestLogPushQuest()).
This function is equivalent to clicking the quest name in the quest log, and is necessary before using any functions that depend on a quest being selected (not passed a questID - e.g. GetQuestLogQuestText() or QuestLogPushQuest()).

Revision as of 00:23, 6 January 2009

WoW API < SelectQuestLogEntry

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

 SelectQuestLogEntry(questID);

Parameters

Arguments

questID
Integer - The id of the quest you wish to make active.

Notes

This function is equivalent to clicking the quest name in the quest log, and is necessary before using any functions that depend on a quest being selected (not passed a questID - e.g. GetQuestLogQuestText() or QuestLogPushQuest()).