CanPayCrimeGold - Faction

Member of: Faction Script

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

SyntaxEdit

bool Function CanPayCrimeGold() native

ParametersEdit

None.

Return ValueEdit

Whether the player can pay the crime gold or not.

ExamplesEdit

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

See AlsoEdit