GetCrimeGoldNonViolent - Faction

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Faction Script

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

Syntax[edit | edit source]

int Function GetCrimeGoldNonViolent() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

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

Examples[edit | edit source]

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

See Also[edit | edit source]