WoW API: GetQuestLogQuestText

From AddOn Studio
Revision as of 09:23, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

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.