GetAutoBuyDelay
Returns value of delay, which used after buy through AutoBuy or AutoBuyEx Default value is 3 ms
Pascal Syntax:
function GetAutoBuyDelay : Word;
Pascal Example:
if GetAutoBuyDelay > 1000 then
SetAutoBuyDelay(50);
Python Syntax:
def GetAutoBuyDelay(): --> ushort