GetCrimeGoldNonViolent - Faction
From Creation Kit
Member of: Faction Script
Get the amount of crime gold on this faction that the player needs to pay for non-violent crimes.
Contents |
Syntax
int Function GetCrimeGoldNonViolent() native
Parameters
None.
Return Value
The amount of crime gold on this faction for non-violent crimes.
Examples
; Get the amount of crime gold owed the police faction for non-violent crimes int crimeGold = PoliceFactionProperty.GetCrimeGoldNonViolent()

