WoW:API CollapseFactionHeader: Difference between revisions
Jump to navigation
Jump to search
CollapseFactionHeader - Documentation by Flickering
m (New document) |
No edit summary |
||
| Line 11: | Line 11: | ||
=== Returns === | === Returns === | ||
:<i>nil</i> | :<i>nil</i> | ||
---- | ---- | ||
{{WoW API}} | |||
{{ | |||
Revision as of 05:10, 4 January 2006
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