IsPlayerExpelled - Faction

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