Method Loot:SetItemLooted [-] [+]
Sets the looted status of a specific item in this Loot.
Synopsis
Loot:SetItemLooted( itemId, count )
Loot:SetItemLooted( itemId, count, looted )
Arguments
number itemIdThe ID of the item.
Valid numbers: integers from 0 to 4,294,967,295.
number countSpecific count to match. If 0, ignores count.
Valid numbers: integers from 0 to 4,294,967,295.
boolean looted (true)trueto mark as looted,falseto mark as unlooted.
Returns
Nothing.