WoW:API ExpandQuestHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (__NOTOC__)
Line 1: Line 1:
<center>'''ExpandQuestHeader''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}} __NOTOC__
 
Expands the quest header.
Expands the quest header.
  ExpandQuestHeader(questID);
  ExpandQuestHeader(questID);


----
==Parameters==
;''Arguments''
===Arguments===
 
:;questID : Integer - The index of the header you wish to expand.
:(Number questID)
 
:;questID : The quest ID of the header you wish to expand
 
----
;''Returns''
 
:;nil
 
----
;''Example''
ExpandQuestHeader(3);
 
;''Result''
 
----
;''Description''
 
: Expands the quest header.
 


----
==Example==
{{WoW API}}
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.

Revision as of 13:15, 3 January 2007

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.