WoW:API ExpandFactionHeader: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API ExpandFactionHeader to API ExpandFactionHeader without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Expand a faction header row. | Expand a faction header row. | ||
Line 11: | Line 10: | ||
:;rowIndex : Integer - The row index of the header to expand (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 expand (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_CollapseFactionHeader|CollapseFactionHeader]] |
Latest revision as of 04:45, 15 August 2023
← WoW API < ExpandFactionHeader
Expand a faction header row.
ExpandFactionHeader(rowIndex)
Parameters[edit]
Arguments[edit]
- (rowIndex)
- rowIndex
- Integer - The row index of the header to expand (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