Cronous Emulation Server Daemon

ClientManager.remove_client Method 

Removes a client.

[Visual Basic]
Public Sub remove_client( _ 
   ByVal c As Client _ 
)
[C#]
public void remove_client(
   Client c
);
[C++]
public: void remove_client(
   Client* c
);
[JScript]
public function remove_client(
   Client c
);

Parameters

c
Client to remove.

See Also

ClientManager Class | croemud.manager Namespace