WoW:API GetQuestLogQuestText

Revision as of 02:35, 19 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetQuestLogQuestText -Documentation by AlexanderYoshi-

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.

Template:WoW API