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

GetAutoSellDelay

Returns value of delay, which used after buy through AutoBuy or AutoBuyEx Default value is 3 ms

Pascal Syntax:

function GetAutoSellDelay : Word;

Pascal Example:

if GetAutoSellDelay > 1000 then
  SetAutoSellDelay(50);

Python Syntax:

def GetAutoSellDelay(): --> ushort