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

FindFullQuantity

Returns total amount of items found by using the functions FindType or FindTypeEx

If no objects found, or char disconnected - returns 0.

NB: Including in result all items in Items stacks.

Pascal

function FindFullQuantity : Integer;

Python

def FindFullQuantity(): -> int

Example Pascal

FindType(BM, backpack);
  AddAddToSystemJournal('BM total found:' + IntToStr(FindFullQuantity));