WoW:API CollapseFactionHeader: Difference between revisions

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


Collapse a faction header row.
Collapse a faction header row.
Line 12: Line 12:
=== Returns ===
=== Returns ===
:''nil''
:''nil''
== See also ==
[[API_ExpandFactionHeader|ExpandFactionHeader]]

Latest revision as of 04:45, 15 August 2023

WoW API < CollapseFactionHeader


Collapse a faction header row.

CollapseFactionHeader(rowIndex)

Parameters[edit]

Arguments[edit]

(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[edit]

nil

See also[edit]

ExpandFactionHeader