Garry's Mod Wiki

Panel:GetTooltipDelay

  number Panel:GetTooltipDelay()

Description

Returns the tooltip delay (time between hovering over the panel, and the tooltip showing up) that was set with Panel:SetTooltipDelay, or nothing if it was not set.

If the delay is not explicitly set by this function, it will fallback to the value of the tooltip_delay ConVar, which is 0.5 by default.

Returns

1 number tooltip
The tooltip delay in seconds, if it was set.