Background for Fallout 4
Member of the Faction script
boolfunctionIsPlayerExpelled()Native

Description

Wiki Description

Checks to see if the player is expelled from this faction.

Documentation Comment

Is the player expelled from this faction?


Examples

; Is the player expelled from the CoolKids faction?
bool expelled = CoolKidsProperty.IsPlayerExpelled()

Auto-Generated Example

bool returnedValue = myFaction__toCallFunctionOn.IsPlayerExpelled()

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.