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 itemId
The ID of the item.
Valid numbers: integers from 0 to 4,294,967,295.
number count
Specific count to match. If 0, ignores count.
Valid numbers: integers from 0 to 4,294,967,295.
boolean looted (true)
true
to mark as looted,false
to mark as unlooted.
Returns
Nothing.