Wowpedia

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

READ MORE

Wowpedia
(format, +example-result)
m (__NOTOC__)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi}} __NOTOC__
 
Expands the quest header.
 
Expands the quest header.
 
ExpandQuestHeader(questID);
 
ExpandQuestHeader(questID);

Revision as of 13:15, 3 January 2007

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.