Description
Wiki Description
Sets or clears the expelled flag from this faction for the player.
Documentation Comment
Sets or clears the expelled flag for this faction on the player
Parameters
boolabIsExpelled=true
CK Wiki Description
True if the player should be expelled, false if the player should be let back in.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abIsExpelled
myFaction__toCallFunctionOn.SetPlayerExpelled(myBool__abIsExpelled)