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

Description

Wiki Description

Get the amount of crime gold on this faction that the player needs to pay.

Documentation Comment

Gets the amount of gold the player is to pay to this faction for crimes


Caveats


Examples

; Get the amount of crime gold owed the police faction
int crimeGold = PoliceFactionProperty.GetCrimeGold()

Auto-Generated Example

int returnedValue = myFaction__toCallFunctionOn.GetCrimeGold()

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.