WoW:API GetQuestLogTitle

From AddOn Studio
Revision as of 02:29, 19 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetQuestLogTitle -Documentation by AlexanderYoshi-

Returns the string which is associated with the specific QuestLog Title in the game.

GetQuestLogTitle(questID);

Arguments
(Number questID)
questID
The quest number to get the title of

Returns
String questTitle
questTitle
The title of the quest

Example
local questTitle = GetQuestLogTitle(1);
Result
"Leprechaun Assault"

Description
Returns the string which is associated with the specific QuestLog Title in the game.

Template:WoW API