Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
mNo edit summary
Line 30: Line 30:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|ExpandQuestHeader]]
  +
[[Category:API Quest Functions|ExpandQuestHeader]]

Revision as of 14:27, 27 August 2005

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