WoW:API CollapseFactionHeader: Difference between revisions
Jump to navigation
Jump to search
m (New document) |
m (Move page script moved page API CollapseFactionHeader to API CollapseFactionHeader without leaving a redirect) |
||
| (6 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Collapse a faction header row. | Collapse a faction header row. | ||
| Line 10: | 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 === | ||
: | :''nil'' | ||
== See also == | |||
[[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