Method Loot:HasItem [-] [+]
Returns 'true' if the Loot contains the specified Item, 'false' otherwise
Synopsis
hasItem = Loot:HasItem( itemid, count )
Arguments
number itemid
Valid numbers: integers from 0 to 4,294,967,295.
number count
Valid numbers: integers from 0 to 4,294,967,295.
Returns
boolean hasItem
- See method description.