drops.getDropOptions
Description
Get all ticked drop option names in a drop.
Parameters
dropID
number
Return value
dropOptionNames
array
Example
local dropOptions = drops.getDropOptions(1234)
for i, v in pairs(dropOptions) do
print(v)
end
Comments
See also
Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)