RemoveFromFaction - Actor

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.

SyntaxEdit

Function RemoveFromFaction(Faction akFaction) native

ParametersEdit

  • akFaction: The Faction to remove this actor from.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit