Background for Fallout 4
Member of the Faction script
intfunctionGetCrimeGoldNonViolent()Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.