Method Loot:RemoveItem [-] [+]
Removes an Item from the Loot, optionally reducing count
Synopsis
Loot:RemoveItem( itemid, isCountSpecified, count )
Arguments
number itemid
Valid numbers: integers from 0 to 4,294,967,295.
boolean isCountSpecified
- See method description.
number count
Required only if isCountSpecified is true.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.