WoW:API FactionToggleAtWar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''FactionToggleAtWar''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''FactionToggleAtWar''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 15: Line 16:
== Details ==
== Details ==
: The UPDATE_FACTION event will be fired after the change.
: The UPDATE_FACTION event will be fired after the change.
----
{{WoW API}}

Revision as of 17:30, 6 January 2007

WoW API < FactionToggleAtWar

FactionToggleAtWar - Documentation by Flickering

Toggle the At War status of a faction row.

FactionToggleAtWar(rowIndex)

Parameters

Arguments

(rowIndex)
rowIndex
Integer - The row index of the faction to toggle the At War status for. The row must have a true canToggleAtWar value (From GetFactionInfo)

Returns

nil


Details

The UPDATE_FACTION event will be fired after the change.