- Found in:
- Vanilla
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
Caveats
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
; Expell the player from the cool kids faction
CoolKidsProperty.SetPlayerExpelled(); Let the player back in to the cool kids faction
CoolKidsProperty.SetPlayerExpelled(false)Auto-Generated Example
bool myBool__abIsExpelled
myFaction__toCallFunctionOn.SetPlayerExpelled(myBool__abIsExpelled)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
