drops.getDropVanID
Description
Get the van ID for a drop.
Parameters
dropID
number
Return value
vanID
number
(< 1 if not found)
Example
local vanID = drops.getDropVanID(1234)
print(vanID)
Comments
See also
drops.getVanName
Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)