WoW:API GetQuestLogQuestText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetQuestLogQuestText to API GetQuestLogQuestText without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the description and objectives required for the specified quest. | Returns the description and objectives required for the specified quest. | ||
Line 29: | Line 28: | ||
: Returns the description and objectives required for the specified quest. | : Returns the description and objectives required for the specified quest. | ||
Latest revision as of 04:46, 15 August 2023
← WoW API < GetQuestLogQuestText
Returns the description and objectives required for the specified quest.
GetQuestLogQuestText();
- Arguments
- none
- Returns
- String questDescription, String questObjectives
- questDescription
- The quest description
- questObjectives
- The quest objective
- Example
local questDescription, questObjectives = GetQuestLogQuestText();
- Result
"Those darn leprechauns continue to bury their gold in my fields...", "Kill 10 leprechauns."
- Description
- Returns the description and objectives required for the specified quest.