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

Dex

Returns the character stat - Dexterity (aka Agility).

If char disconnected - will return False.

Pascal

function Dex : Integer;

Python

def Dex() -> integer

Example Pascal

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