GetCrimeGold - Faction
Member of: Faction Script
Get the amount of crime gold on this faction that the player needs to pay.
SyntaxEdit
int Function GetCrimeGold() native
ParametersEdit
None.
Return ValueEdit
The amount of crime gold on this faction.
ExamplesEdit
; Get the amount of crime gold owed the police faction
int crimeGold = PoliceFactionProperty.GetCrimeGold()