WoW:API FactionToggleAtWar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New document)
 
No edit summary
Line 15: Line 15:
== Details ==
== Details ==
: The UPDATE_FACTION event will be fired after the change.
: The UPDATE_FACTION event will be fired after the change.


----
----
__NOTOC__
{{WoW API}}
{{Template:WoW API}}
[[Category:API Faction Functions|FactionToggleAtWar]]

Revision as of 05:10, 4 January 2006

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.



Template:WoW API