Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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

SelectQuestLogEntry(questIndex)

Arguments[]

questIndex
number - quest log entry index to select, ascending from 1.

Details[]

  • This function is called whenever the user clicks on a quest name in the quest log.
  • It is necessary to call this function to allow other API functions that do not take a questIndex argument to return information about specific quests.
Advertisement