WoW:API GetQuestLogSelection

From AddOn Studio
Revision as of 06:05, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
GetQuestLogSelection -Documentation by AlexanderYoshi-

Returns a number associated with the QuestLogSelection index.

GetQuestLogSelection();

Arguments
none

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

Example
local questSelected= GetQuestLogSelection();
Result
1

Description
Returns a number associated with the QuestLogSelection index.

Template:WoW API