WoW:API ExpandQuestHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:


: Expands the quest header.
: Expands the quest header.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ExpandQuestHeader]]
[[Category:API Quest Functions|ExpandQuestHeader]]

Revision as of 06:02, 4 January 2006

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