IsPlayerNeutral

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4

Returns whether the player is currently neutral (vs Alliance/Horde).

isNeutral = IsPlayerNeutral()

Returns

isNeutral
boolean - true if the player has not yet selected a faction, false otherwise.

Details

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also