RemoveFromFaction - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Removes this actor from the specified faction. If the faction was the actor's crime faction, the actor's crime faction will be cleared.

Syntax[edit | edit source]

Function RemoveFromFaction(Faction akFaction) native

Parameters[edit | edit source]

  • akFaction: The Faction to remove this actor from.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove boss from the bad guy faction
Boss.RemoveFromFaction(BadGuyFaction)

See Also[edit | edit source]