RemoveFromAllFactions - RefCollectionAlias

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: RefCollectionAlias Script

Calls RemoveFromAllFactions on all the actors in the collection.

Syntax[edit | edit source]

Function RemoveFromAllFactions()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove the bandits from all factions they are in
Bandits.RemoveFromAllFactions()

See Also[edit | edit source]