- Found in:
- Vanilla
Description
Wiki Description
Get the amount of crime gold on this faction that the player needs to pay for non-violent crimes.
Documentation Comment
Gets the amount of gold the player is to pay to this faction for non-violent crimes
Caveats
Examples
; Get the amount of crime gold owed the police faction for non-violent crimes
int crimeGold = PoliceFactionProperty.GetCrimeGoldNonViolent()Auto-Generated Example
int returnedValue = myFaction__toCallFunctionOn.GetCrimeGoldNonViolent()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
