Garry's Mod Wiki

DTree:SetClickOnDragHover

  DTree:SetClickOnDragHover( boolean enable )

Description

Enables the "click when drag-hovering" functionality.

If enabled, when hovering over any DTree_Node of this DTree while dragging a panel, the node will be automatically clicked on (and subsequently DTree:OnNodeSelected will be called) to open any attached panels, such as spawnlists in spawnmenu.

See also: PANEL:DragHoverClick.

Arguments

1 boolean enable