WoW:API ExpandQuestHeader

From AddOn Studio
Revision as of 06:02, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
ExpandQuestHeader -Documentation by AlexanderYoshi-

Expands the quest header.

ExpandQuestHeader(questID);

Arguments
(Number questID)
questID
The quest ID of the header you wish to expand

Returns
nil

Example
ExpandQuestHeader(3);
Result

Description
Expands the quest header.



Template:WoW API