IsFactionInactive

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.10.0 / 1.13.2

Returns true if the specified faction is marked inactive.

inactive = IsFactionInactive(index)

Arguments

index
number - index of the faction within the faction list, ascending from 1.

Returns

inactive
boolean - 1 if the faction is flagged as inactive, nil otherwise.

Patch changes

WoW Icon update.png Patch 1.10.0 (2006-03-28): Added.

See also