WoW:API ExpandFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Added a "see also.")
m (Move page script moved page API ExpandFactionHeader to API ExpandFactionHeader without leaving a redirect)
 
(No difference)

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

See Also[edit]

CollapseFactionHeader