AddToFaction - RefCollectionAlias

Revision as of 13:16, 29 October 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

See AlsoEdit