WoW:API GameTooltip NumLines: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New page)
 
No edit summary
Line 19: Line 19:


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Frame Functions|GameTooltip NumLines]]

Revision as of 05:15, 4 January 2006

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