WoW:API GetQuestLogTitle
Jump to navigation
Jump to search
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.