Garry's Mod Wiki

Panel:DrawDragHover

  Panel:DrawDragHover( number x, number y, number width, number height )

Description

This is used internally - although you're able to use it you probably shouldn't.

Called to draw the drop target when an object is being dragged across another. See Panel:SetDropTarget.

Arguments

1 number x
The x coordinate of the top-left corner of the drop area.
2 number y
The y coordinate of the top-left corner of the drop area.
3 number width
The width of the drop area.
4 number height
The height of the drop area.