WoW:API SelectQuestLogEntry: Difference between revisions
Jump to navigation
Jump to search
SelectQuestLogEntry -Documentation by Byterunner-
(SelectQuestLogEntry) |
mNo edit summary |
||
Line 21: | Line 21: | ||
:This function is necessary before using any functions that pull information from the quest log that are not passed a questID, such as GetQuestLogQuestText(). | :This function is necessary before using any functions that pull information from the quest log that are not passed a questID, such as GetQuestLogQuestText(). | ||
[[Category:API Functions|SelectQuestLogEntry]] | |||
[[Category:API Quest Functions|SelectQuestLogEntry]] |
Revision as of 12:38, 30 August 2005
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().