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

GetRunUnmountTimer

Returns the delay (in milliseconds) between steps when running while on foot (unmounted), used by Move* and Step* functions.

Возвращает задержку (в миллисекундах) между шагами при беге пешком (без маунта), используемую функциями Move* и Step*.

Pascal

function GetRunUnmountTimer: Word;

Python

def GetRunUnmountTimer() -> int: ...

Pascal Example

begin
  AddToSystemJournal('Run unmount timer: ' + IntToStr(GetRunUnmountTimer));
end.

Python Example

AddToSystemJournal(f'Run unmount timer: {GetRunUnmountTimer()}')

See Also

SetRunUnmountTimer, GetRunMountTimer, GetWalkMountTimer, GetWalkUnmountTimer