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));