RemoveFromFaction - RefCollectionAlias
Jump to navigation
Jump to search
Member of: RefCollectionAlias Script
Calls RemoveFromFaction on all the actors in the collection
Syntax[edit | edit source]
Function RemoveFromFaction(faction akFaction)
Parameters[edit | edit source]
- akFaction: The faction from which the actors should be removed.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
;remove the townspeople to the PlayerAllyFaction
Alias_TownsPeople.RemoveFromFaction(PlayerAllyFaction)