Description
Wiki Description
Adds the Actor to a specified Faction at rank 0. If the Actor is already in the faction, this function does nothing.
Documentation Comment
Adds this actor to a faction at rank 0 if they aren't already in it
Caveats
CK Wiki - Notes
Parameters
Examples
; Add Hrothgar to the Dark Brotherhood
Hrothgar.AddToFaction(DBFaction)Auto-Generated Example
Faction myFaction__akFaction
myActor__toCallFunctionOn.AddToFaction(myFaction__akFaction)Related Pages
- Actor
- Actor.GetFactionRank(...)
- Actor.IsInFaction(...)
- Actor.ModFactionRank(...)
- Actor.RemoveFromFaction(...)
- Actor.RemoveFromAllFactions()
- Actor.SetFactionRank(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
