Cronous Emulation Server Daemon

PlayerManager.make Method 

Makes a new player handle.

[Visual Basic]
Public Function make( _ 
   ByVal c As Client _ 
) As Player
[C#]
public Player make(
   Client c
);
[C++]
public: Player* make(
   Client* c
);
[JScript]
public function make(
   Client c
): Player;

Parameters

c
Client representing the player.

Return Value

Player handle.

See Also

PlayerManager Class | croemud.manager Namespace