AddToFaction - RefCollectionAlias

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: RefCollectionAlias Script

Calls AddToFaction on all the actors in the collection

Syntax[edit | edit source]

Function AddToFaction(faction akFaction)

Parameters[edit | edit source]

  • akFaction: The faction to which the actors should be added.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

;add the townspeople to the PlayerAllyFaction
Alias_TownsPeople.AddToFaction(PlayerAllyFaction)

See Also[edit | edit source]