WoW:API ExpandFactionHeader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API ExpandFactionHeader to API ExpandFactionHeader without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
=== Returns === | === Returns === | ||
:''nil'' | :''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