ParaScript.OnDrop

Declaration

function OnDrop(eventData) end

Description

Interface to implement if you wish to receive OnDrop callbacks.

function OnDrop(eventData)
	print("OnDrop")
end