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