Background for Fallout 4
Member of the Faction script
voidfunctionSetPlayerExpelled(boolabIsExpelled=true)Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.