SetCrimeGoldViolent - Faction
Jump to navigation
Jump to search
Member of: Faction Script
Set the amount of violent crime gold on this faction.
Syntax[edit | edit source]
Function SetCrimeGoldViolent(int aiGold) native
Parameters[edit | edit source]
- aiGold: The new value for violent crime gold on this faction.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the violent crime gold with the police faction
PoliceFactionProperty.SetCrimeGoldViolent(10)