Format

MouseDrop(over_object,src_location,over_location,src_control,over_control,params)

Args

  • over_object: the object under the mouse pointer
  • src_location: the turf, stat panel, grid cell, etc. from where the src object was dragged
  • over_location: the turf, stat panel, grid cell, etc. containing the object under the mouse pointer
  • src_control: The id of the skin control the object was dragged from
  • over_control: The id of the skin control the object was dropped onto
  • params: other parameters including mouse/keyboard flags, icon offsets, etc.; see mouse handling

This is called when the a mouse button is released after dragging this object. The over_object may be null if dropping over a stat panel or over other empty space.

See also