WoW:API CollapseFactionHeader: Difference between revisions

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


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


----
== See also ==
{{WoW API}}
[[API_ExpandFactionHeader|ExpandFactionHeader]]

Latest revision as of 04:45, 15 August 2023

WoW API < CollapseFactionHeader


Collapse a faction header row.

CollapseFactionHeader(rowIndex)

Parameters

Arguments

(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

nil

See also

ExpandFactionHeader