GetCrimeGoldNonViolent - Faction

Revision as of 16:26, 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

Get the amount of crime gold on this faction that the player needs to pay for non-violent crimes.

SyntaxEdit

int Function GetCrimeGoldNonViolent() native

ParametersEdit

None.

Return ValueEdit

The amount of crime gold on this faction for non-violent crimes.

ExamplesEdit

; Get the amount of crime gold owed the police faction for non-violent crimes
int crimeGold = PoliceFactionProperty.GetCrimeGoldNonViolent()

See AlsoEdit