CanPayCrimeGold - Faction

Revision as of 16:26, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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