Background for Fallout 4
Member of the ReferenceAlias script
boolfunctionTryToRemoveFromFaction(FactionFactionToRemoveFrom)

[DEV SERVER] Loading description...


Caveats


Parameters

FactionFactionToRemoveFrom

CK Wiki Description

The faction to remove the actor from


Examples

; Try to remove the boss from the bandit faction
BossAlias.TryToRemoveFromFaction(BanditFaction)

Auto-Generated Example

Faction myFaction__FactionToRemoveFrom

bool returnedValue = myReferenceAlias__toCallFunctionOn.TryToRemoveFromFaction(myFaction__FactionToRemoveFrom)

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.