Disconnect
Disables the current char from server
If char already disconnected - method do nothing.
Pascal
procedure Disconnect;
Python
def Disconnect()
Example Pascal
if Connected then
Disconnect;
Disables the current char from server
If char already disconnected - method do nothing.
Pascal
procedure Disconnect;
Python
def Disconnect()
Example Pascal
if Connected then
Disconnect;