SetCrimeGoldViolent - Faction

Member of: Faction Script

Set the amount of violent crime gold on this faction.

SyntaxEdit

Function SetCrimeGoldViolent(int aiGold) native

ParametersEdit

  • aiGold: The new value for violent crime gold on this faction.

Return ValueEdit

None.

ExamplesEdit

; Set the violent crime gold with the police faction
PoliceFactionProperty.SetCrimeGoldViolent(10)

See AlsoEdit