Background for Fallout 4
Member of the Faction script
intfunctionGetInfamy()Native

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)


Caveats


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()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.