IsPlayerExpelled - Faction

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Faction Script

Checks to see if the player is expelled from this faction.

SyntaxEdit

bool Function IsPlayerExpelled() native

ParametersEdit

None.

Return ValueEdit

Whether the player is expelled from this faction or not.

ExamplesEdit

; Is the player expelled from the CoolKids faction?
bool expelled = CoolKidsProperty.IsPlayerExpelled()

See AlsoEdit