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’s Dexterity (Agility) stat value.

Returns 0 if the character is disconnected.

Возвращает значение характеристики Ловкость (Dexterity) персонажа.

Возвращает 0, если персонаж не подключён.

Pascal

function Dex: Integer;

Python

def Dex() -> int: ...

Pascal Example

begin
  AddToSystemJournal('Dex: ' + IntToStr(Dex));
end.

Python Example

AddToSystemJournal(f'Dex: {Dex()}')

See Also

Str, Int, GetDex