WoW API: ExpandQuestHeader

From AddOn Studio
Revision as of 13:15, 3 January 2007 by WoWWiki>Starlightblunder (__NOTOC__)
Jump to navigation Jump to search

WoW API < ExpandQuestHeader

Expands the quest header.

ExpandQuestHeader(questID);

Parameters

Arguments

questID
Integer - The index of the header you wish to expand.

Example

ExpandQuestHeader(1);

Result

Expands the first quest header (questID = 1 is always yields a header if you have quests) if it was collapsed; if not, does nothing.