public void OnMouseExit() { if (tooltip != null) tooltip.Kill(); tooltip = null; }
public void OnMouseEnter() { // Create MouseOver if(toolTipAllowed) tooltip = ui.CreateToolTip(name, "Lots and lots and lots\nof info\nMORE AND MORE AND EVEN MORE AND MORE INFO. INFORMATION FOR EVERYONE!!!!!"); }