GetInfamyViolent - Faction

Member of: Faction Script

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

SyntaxEdit

int Function GetInfamyViolent() native

ParametersEdit

None.

Return ValueEdit

The amount of violent infamy the player has with this faction.

ExamplesEdit

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

See AlsoEdit