Cronous Emulation Server Daemon

ClientManager.add_client Method 

Adds a new client.

[Visual Basic]
Public Function add_client( _ 
   ByVal cc As ClientConnection _ 
) As Boolean
[C#]
public bool add_client(
   ClientConnection cc
);
[C++]
public: bool add_client(
   ClientConnection* cc
);
[JScript]
public function add_client(
   ClientConnection cc
): bool;

Parameters

cc
The connection to the client.

Return Value

true if the client was accepted, false otherwise.

See Also

ClientManager Class | croemud.manager Namespace