Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
No edit summary
Line 14: Line 14:
 
----
 
----
 
;''Returns''
 
;''Returns''
  +
  +
:String questTitle
   
 
:;questTitle : The title of the quest
 
:;questTitle : The title of the quest

Revision as of 02:29, 19 November 2004

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