drops.getItemDropIDs
Description
Get all drop IDs containing an item.
Parameters
itemID
number
Return value
dropIDs
array
Example
local dropIDs = drops.getItemDropIDs(1234)
for i, v in pairs(dropIDs) do
print(v)
end
Comments
See also
drops.getDropItemIDs
Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)