GetInfamyNonViolent - Faction
Member of: Faction Script
Get the amount of non-violent infamy (accumulated non-violent crime gold) the player has with this faction.
SyntaxEdit
int Function GetInfamyNonViolent() native
ParametersEdit
None.
Return ValueEdit
The amount of non-violent infamy the player has with this faction.
ExamplesEdit
; Get the amount of non-violent infamy the player has with the police faction
int policeInfamy = PoliceFactionProperty.GetInfamyNonViolent()