Gets the money stored in bank.
[Visual Basic] Public Property ReadOnly money_in_bank As UInt32 [C#] public uint money_in_bank { get; } [C++] public: __property unsigned int get_money_in_bank(); [JScript] public function get money_in_bank() : UInt32
Player Class | croemud.game Namespace