SetCrimeFaction - Actor

Member of: Actor Script

Sets the faction this actor reports crimes to. You may pass None to clear out the crime faction on the actor. If the actor does not currently belong to the crime faction, it will be added to that faction.

SyntaxEdit

Function SetCrimeFaction(Faction akFaction) native

ParametersEdit

  • akFaction: The Faction this actor will now report crimes to.

Return ValueEdit

None.

ExamplesEdit

; Tell Joe to report to the police faction
Joe.SetCrimeFaction(PoliceFactionProperty)

See AlsoEdit