WoW:API GetQuestLogSelection

Revision as of 15:09, 27 August 2005 by WoWWiki>Inglais
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