RemoveFromFaction - RefCollectionAlias
Revision as of 11:39, 3 December 2015 by imported>Plplecuyer
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)