WoW:API CollapseFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Added a "see also.")
Line 12: Line 12:
=== Returns ===
=== Returns ===
:''nil''
:''nil''
== See Also ==
[[API_ExpandFactionHeader|ExpandFactionHeader]]

Revision as of 04:14, 11 March 2009

WoW API < CollapseFactionHeader


Collapse a faction header row.

CollapseFactionHeader(rowIndex)

Parameters

Arguments

(rowIndex)
rowIndex
Integer - The row index of the header to collapse (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

See Also

ExpandFactionHeader