IsPlayerExpelled - Faction
Jump to navigation
Jump to search
Member of: Faction Script
Checks to see if the player is expelled from this faction.
Syntax[edit | edit source]
bool Function IsPlayerExpelled() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether the player is expelled from this faction or not.
Examples[edit | edit source]
; Is the player expelled from the CoolKids faction?
bool expelled = CoolKidsProperty.IsPlayerExpelled()