RemoveFromFaction - Actor
(Redirected from Actor.RemoveFromFaction (Papyrus))
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)