onDropMoved (event)
Description
Event called after a drop has been moved.

Parameters
dropID number
oldDropDate string
oldDropSlotID number
oldVanID number
newDropDate string
newDropSlotID number
newVanID number

Return value
none

Example
function onDropMoved(dropID, oldDropDate, oldDropSlotID, oldVanID, newDropDate, newDropSlotID, newVanID)
    print("onDropMoved(" .. dropID .. ",\"" .. oldDropDate .. "\"," .. oldDropSlotID .. "," .. oldVanID .. ",\"" .. newDropDate .. "\"," .. newDropSlotID .. "," .. newVanID .. ")")
end

Comments
Dates are a string in format "yyyy-mm-dd".

See also

Back
Generated on the 26 June 2024 at 22:01:30 (UK Time)