WoW:API FactionToggleAtWar

From AddOn Studio
Revision as of 20:38, 11 September 2005 by WoWWiki>Flickering (New document)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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