Cronous Emulation Server Daemon

Player.make_money_in_hand Method 

Makes a MoneyInHand packet.

[Visual Basic]
Public Function make_money_in_hand() As MoneyInHand
[C#]
public MoneyInHand make_money_in_hand();
[C++]
public: MoneyInHand* make_money_in_hand();
[JScript]
public function make_money_in_hand(): MoneyInHand;

Return Value

The packet done.

See Also

Player Class | croemud.game Namespace