WoW:API CollapseFactionHeader: Difference between revisions
Jump to navigation
Jump to search
m (Added a "see also.") |
m (Move page script moved page API CollapseFactionHeader to API CollapseFactionHeader without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 13: | Line 13: | ||
:''nil'' | :''nil'' | ||
== See | == See also == | ||
[[API_ExpandFactionHeader|ExpandFactionHeader]] | [[API_ExpandFactionHeader|ExpandFactionHeader]] | ||
Latest revision as of 04:45, 15 August 2023
← 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