SetCrimeGold - Faction

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Faction Script

Set the amount of non-violent crime gold on this faction.

SyntaxEdit

Function SetCrimeGold(int aiGold) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit