Cronous Emulation Server Daemon

Player Constructor 

Initializes a new player.

[Visual Basic]
Public Sub New( _ 
   ByVal c As Client, _ 
   ByVal id As UInt32 _ 
)
[C#]
public Player(
   Client c,
   uint id
);
[C++]
public: Player(
   Client* c,
   unsigned int id
);
[JScript]
public function Player(
   Client c,
   UInt32 id
);

See Also

Player Class | croemud.game Namespace