WoW:API IsFactionInactive: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Usage: inactive = IsFactionInactive(FactionIndex);
<center>'''IsFactionInactive''' ''-Documentation by [[user:Author|Author]]-''</center>


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)


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

Revision as of 16:14, 30 March 2006

IsFactionInactive -Documentation by Author-

Determine if a faction is active.

inactive = IsFactionInactive(FactionIndex)

Parameters

Returns

inactive
Boolean - nil if 'Move to Inactive' is not checked; 1 if it is

Details

Added in 1.10.


Template:WoW API