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

Dead

Returns the character status - Dead.

If char disconnected - will return False.

Pascal

function Dead:Boolean

Python

def Dead() -> boolean

Example Pascal

if Dead then
begin
  // Do something, like resurrect, report or something else
end;