WoW:API ExpandFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''ExpandFactionHeader''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''ExpandFactionHeader''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 11: Line 12:
=== Returns ===
=== Returns ===
:<i>nil</i>
:<i>nil</i>
----
{{WoW API}}

Revision as of 17:30, 6 January 2007

WoW API < ExpandFactionHeader

ExpandFactionHeader - Documentation by Flickering

Expand a faction header row.

ExpandFactionHeader(rowIndex)

Parameters

Arguments

(rowIndex)
rowIndex
Integer - The row index of the header to expand (Specifying a non-header row can have unpredictable results). The UPDATE_FACTION event is fired after the change since faction indexes will have been shifted around.

Returns

nil