WoW:API GameTooltip NumLines

From AddOn Studio
Revision as of 05:15, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
GameToolTip:NumLines -Documentation by Flickering-


count = GameToolTip:NumLines();

Return the number of text lines which comprise a tooltip object.


Arguments
none

Returns
count
count
Number - The number of lines in the tooltip.

Template:WoW API