onDropMoved (event)
Event called after a drop has been moved.
dropID number
oldDropDate string
oldDropSlotID number
oldVanID number
newDropDate string
newDropSlotID number
newVanID number
none
function onDropMoved(dropID, oldDropDate, oldDropSlotID, oldVanID, newDropDate, newDropSlotID, newVanID)
print("onDropMoved(" .. dropID .. ",\"" .. oldDropDate .. "\"," .. oldDropSlotID .. "," .. oldVanID .. ",\"" .. newDropDate .. "\"," .. newDropSlotID .. "," .. newVanID .. ")")
end
Dates are a string in format "yyyy-mm-dd".
Generated on the 26 June 2024 at 22:01:30 (UK Time)