GetCrimeGold - Faction
Revision as of 15:26, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
Member of: Faction Script
Get the amount of crime gold on this faction that the player needs to pay.
Syntax[edit | edit source]
int Function GetCrimeGold() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The amount of crime gold on this faction.
Examples[edit | edit source]
; Get the amount of crime gold owed the police faction
int crimeGold = PoliceFactionProperty.GetCrimeGold()