CanPayCrimeGold - Faction
Jump to navigation
Jump to search
Member of: Faction Script
Checks to see if the player can pay the crime gold for this faction.
Syntax[edit | edit source]
bool Function CanPayCrimeGold() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether the player can pay the crime gold or not.
Examples[edit | edit source]
; Can the player pay the crime gold for the police faction?
bool canPay = PoliceFactionProperty.CanPayCrimeGold()