Advertisement
LittleAngel

Untitled

Mar 17th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // ToolTip Window
  2. if (toolTip) {
  3. GUI.Window (3, tooltipWindow, DrawToolTipWindow, ""); // Displays the tooltip
  4. GUI.BringWindowToFront(3);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement