WoW API: ExpandQuestHeader

WoW API < ExpandQuestHeader

Expands the quest header.

ExpandQuestHeader(questID);

ParametersEdit

ArgumentsEdit

questID
Integer - The index of the header you wish to expand. - 0 to expand all quest headers

ExampleEdit

ExpandQuestHeader(1);

ResultEdit

Expands the first quest header (questID = 1 is always yields a header if you have quests) if it was collapsed; if not, does nothing. Also fires a QUEST_LOG_UPDATE event so be careful when calling this while processing a QUEST_LOG_UPDATE event.