WoW:API FactionToggleAtWar: Difference between revisions
Jump to navigation
Jump to search
m (Robot: converting/fixing HTML) |
m (Move page script moved page API FactionToggleAtWar to API FactionToggleAtWar without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Toggle the At War status of a faction row. | Toggle the At War status of a faction row. | ||
Latest revision as of 04:45, 15 August 2023
← WoW API < FactionToggleAtWar
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.