WoW:API GameTooltip NumLines: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
m (Robot: converting/fixing HTML)
Line 5: Line 5:
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->


  count = <i>GameTooltip</i>:NumLines();
  count = ''GameTooltip'':NumLines();


Return the number of text lines which comprise a tooltip object.
Return the number of text lines which comprise a tooltip object.
Line 12: Line 12:
;''Arguments''
;''Arguments''


:<i>none</i>
:''none''


----
----

Revision as of 09:31, 20 January 2007

Widget API ← GameTooltip < NumLines

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.