WoW:API IsFactionInactive: Difference between revisions

m
Move page script moved page API IsFactionInactive to WoW:API IsFactionInactive without leaving a redirect
No edit summary
 
m (Move page script moved page API IsFactionInactive to WoW:API IsFactionInactive without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Usage: inactive = IsFactionInactive(FactionIndex);
{{wowapi}}


inactive = NIL if 'Move to Inactive' check is not marked on Reputation Details screen.
Determine if a faction is active.


inactive = 1 if 'Move to Inactive' check is marked on Reputation Details screen.
inactive = IsFactionInactive(FactionIndex)


{{Template:WoW API}}
== Parameters ==
 
=== Returns ===
:;inactive : Boolean - nil if 'Move to Inactive' is not checked; 1 if it is
 
==Details==
 
Added in 1.10.
Anonymous user