Cronous Emulation Server Daemon

MoneyInHand.money Property

Money in hand.

[Visual Basic]
Public Property money As UInt32
[C#]
public uint money { get; set; }
[C++]
public: __property unsigned int get_money();
public: __property void set_money(unsigned int );
[JScript]
public function get money() : UInt32
public function set money(UInt32);

See Also

MoneyInHand Class | croemud.serverpacket Namespace