WoW:API CollapseFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Added a "see also.")
(Typo fixing using AWB)
Line 13: Line 13:
:''nil''
:''nil''


== See Also ==
== See also ==
[[API_ExpandFactionHeader|ExpandFactionHeader]]
[[API_ExpandFactionHeader|ExpandFactionHeader]]

Revision as of 23:00, 8 April 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