Format
MouseDrop(src_object,over_object,src_location,over_location,src_control,over_control,params)
Args
src_object
: the object being droppedover_object
: the object under the mouse pointersrc_location
: the turf, stat panel, grid cell, etc. from where the src object was draggedover_location
: the turf, stat panel, grid cell, etc. containing the object under the mouse pointersrc_control
: The id of the skin control the object was dragged fromover_control
: The id of the skin control the object was dropped ontoparams
: other parameters including mouse/keyboard flags, icon offsets, etc.; see mouse handling
Default action
Call object.MouseDrop(over_object,src_location,over_location,src_control,over_control,params).
This is called when a mouse button is released after dragging an object. The over_object may be null if dropping over a stat panel or over other empty space.
The argument format for this verb is:
MouseDrag(src_object as null|atom in usr.client,\
over_object as null|atom in usr.client,\
src_location as null|turf|text in usr.client,\
over_location as null|turf|text in usr.client,\
src_control as text, over_control as text, params as text)