drops.getDropItemIDs
Description
Get all items IDs in a drop.
Parameters
dropID
number
Return value
itemIDs
array
Example
local itemIDs = drops.getDropItemIDs(1234)
for i, v in pairs(itemIDs) do
print(math.floor(v))
end
Comments
See also
drops.getDropItemsData
drops.getItemDropIDs
Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)