Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns a number associated with the QuestLogSelection index.

questSelected = GetQuestLogSelection()

Arguments
none

Returns
Number questSelected
questSelected
The number for the currently selected quest.

Example
local questSelected = GetQuestLogSelection()
print(questSelected)
Result
1

Description
Returns a number associated with the QuestLogSelection index.
Advertisement