Garry's Mod Wiki

DTooltip:SetContents

  DTooltip:SetContents( Panel panel, boolean delete = false )

Description

What Panel you want put inside of the DTooltip

You can only have one Panel at a time; use Parenting to add more

Arguments

1 Panel panel
Contents
2 boolean delete = false
If set to true, the panel in the first argument will be automatically removed when DTooltip is closed via DTooltip:Close.