Beta Documentation - Subject to change.

Gets a flag indicating if the bank is currently available.

Syntax

Lua
function Bank:IsAvailable();

Returns

Type: boolean

Remarks

Gets a flag indicating if the bank is currently available. The availability of the bank follows the game rules and requires that a player be talking to a banker. When a player does not meet the requirements, the methods will return 0 or nil and the events will not fire.

See Also