Background for Fallout 4
Member of the RefCollectionAlias script
voidfunctionRemoveFromFaction(FactionakFaction)

Description

Wiki Description

Calls Actor.RemoveFromFaction(...) on all the actors in the collection

Documentation Comment

kmk
remove all actors in list to specified faction


Caveats


Parameters

FactionakFaction

CK Wiki Description

The Faction from which the actors should be removed.


Examples

;remove the townspeople to the PlayerAllyFaction
Alias_TownsPeople.RemoveFromFaction(PlayerAllyFaction)

Auto-Generated Example

Faction myFaction__akFaction

myRefCollectionAlias__toCallFunctionOn.RemoveFromFaction(myFaction__akFaction)

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.