WoW:API GetQuestLogSelection: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetQuestLogSelection to API GetQuestLogSelection without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''GetQuestLogSelection''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns a number associated with the QuestLogSelection index.
Returns a number associated with the QuestLogSelection index.


Line 28: Line 27:


: Returns a number associated with the QuestLogSelection index.
: Returns a number associated with the QuestLogSelection index.
----
{{Template:WoW API}}

Latest revision as of 04:46, 15 August 2023

WoW API < GetQuestLogSelection

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.