Background for Fallout 4
Member of the ReferenceAlias script
boolfunctionTryToAddToFaction(FactionFactionToAddTo)

[DEV SERVER] Loading description...


Caveats


Parameters

FactionFactionToAddTo

CK Wiki Description

The faction to add the actor to


Examples

; Try to add the boss to the bandit faction
BossAlias.TryToAddToFaction(BanditFaction)

Auto-Generated Example

Faction myFaction__FactionToAddTo

bool returnedValue = myReferenceAlias__toCallFunctionOn.TryToAddToFaction(myFaction__FactionToAddTo)

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.