WoW:API CollapseFactionHeader: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API CollapseFactionHeader to API CollapseFactionHeader without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Collapse a faction header row. | Collapse a faction header row. | ||
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 === | ||
: | :''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[edit]
Arguments[edit]
- (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[edit]
- nil