AddToFaction - RefCollectionAlias
Member of: RefCollectionAlias Script
Calls AddToFaction on all the actors in the collection
SyntaxEdit
Function AddToFaction(faction akFaction)
ParametersEdit
- akFaction: The faction to which the actors should be added.
Return ValueEdit
None.
ExamplesEdit
;add the townspeople to the PlayerAllyFaction
Alias_TownsPeople.AddToFaction(PlayerAllyFaction)