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

Int

Returns the character stat - Intellect .

If char disconnected - will return 0.

Pascal

function Int : Integer;

Python

def Int() -> integer

Example Pascal

if (Int > 0) then
begin
  //Do something
end;