Background for Skyrim SE
Member of the Faction script
intfunctionGetInfamyViolent()Native

Description

Wiki Description

Get the amount of violent infamy (accumulated violent crime gold) the player has with this faction.

Documentation Comment

Get the player's "violent infamy" with this faction (accumulated violent crime gold)


Caveats


Examples

; Get the amount of violent infamy the player has with the police faction
int policeInfamy = PoliceFactionProperty.GetInfamyViolent()

Auto-Generated Example

int returnedValue = myFaction__toCallFunctionOn.GetInfamyViolent()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.