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