SetCrimeGoldViolent - Faction

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

See Also[edit | edit source]