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

FindVertical

Specifies the range for search methods FindType or FindTypeEx by vertical.

Default - 5.

NB. Usually, 1 floor width is 18-20.

Pascal

var FindVertical:Integer

Python

def SetFindVertical(Value)
def GetFindVertical() : -> iunt

Example Pascal

FindVertical:= 25;'' look on the floor above and below
FindType(sheep_type, ground);
  AddAddToSystemJournal('On the three floors of the sheep found:' + IntToStr(FindQuantity));