WoW:API CollapseFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Robot: converting/fixing HTML)
Line 11: Line 11:
:;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.
:;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 ===
=== Returns ===
:<i>nil</i>
:''nil''

Revision as of 09:29, 20 January 2007

WoW API < CollapseFactionHeader

CollapseFactionHeader - Documentation by Flickering

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