GetInfamy - Faction

Member of: Faction Script

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

SyntaxEdit

int Function GetInfamy() native

ParametersEdit

None.

Return ValueEdit

The amount of infamy the player has with this faction.

ExamplesEdit

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

See AlsoEdit