- Found in:
- Vanilla
Description
Wiki Description
Get the amount of non-violent infamy (accumulated non-violent crime gold) the player has with this faction.
Documentation Comment
Get the player's "non-violent infamy" with this faction (accumulated non-violent crime gold)
Caveats
Examples
; Get the amount of non-violent infamy the player has with the police faction
int policeInfamy = PoliceFactionProperty.GetInfamyNonViolent()Auto-Generated Example
int returnedValue = myFaction__toCallFunctionOn.GetInfamyNonViolent()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
