CanPayCrimeGold - Faction

From the Fallout4 CreationKit Wiki
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)
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()

See Also[edit | edit source]