obj.AvailableMoney - originalfoo/Prison-Architect-API GitHub Wiki

This property requires further investigation

##Overview

This property defines the personal bank balance of a [Prisoner entity](Prisoner (Entity)).

obj.AvailableMoney

##Syntax

-- get
local money = somePrisoner.AvailableMoney -- <number>

-- set
somePrisoner.AvailableMoney = <number> -- (not tested yet)

Where <number> is a number representing the non-country-specific dollar amount of money the prisoner has.

##Example

-- needs more testing

##Notes

This property is not available on other types of entity.

Not yet tested to see if setting the value works.

##See Also

⚠️ **GitHub.com Fallback** ⚠️