Description
Wiki Description
Get the amount of infamy (accumulated crime gold) the player has with this faction.
Documentation Comment
Get the player's "infamy" with this faction (accumulated crime gold)
Examples
; Get the amount of infamy the player has with the police faction
int policeInfamy = PoliceFactionProperty.GetInfamy()Auto-Generated Example
int returnedValue = myFaction__toCallFunctionOn.GetInfamy()