Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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;