WoW:API GetQuestLogSelection: Difference between revisions
Jump to navigation
Jump to search
GetQuestLogSelection -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 06:05, 4 January 2006
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.