WoW:API ExpandFactionHeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API ExpandFactionHeader to API ExpandFactionHeader without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''ExpandFactionHeader''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Expand a faction header row.
Expand a faction header row.
Line 10: 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 ===
:<i>nil</i>
:''nil''


 
== See Also ==
----
[[API_CollapseFactionHeader|CollapseFactionHeader]]
{{WoW API}}

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