WoW:API ExpandFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New document)
 
No edit summary
Line 11: Line 11:
=== Returns ===
=== Returns ===
:<i>nil</i>
:<i>nil</i>


----
----
__NOTOC__
{{WoW API}}
{{Template:WoW API}}
[[Category:API Faction Functions|ExpandFactionHeader]]

Revision as of 05:10, 4 January 2006

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



Template:WoW API