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

Description

Wiki Description

Checks to see if the player can pay the crime gold for this faction.

Documentation Comment

Checks to see if the player can pay the crime gold for this faction


Caveats


Examples

; Can the player pay the crime gold for the police faction?
bool canPay = PoliceFactionProperty.CanPayCrimeGold()

Auto-Generated Example

bool returnedValue = myFaction__toCallFunctionOn.CanPayCrimeGold()

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.