WoW:API GameTooltip NumLines: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(The "t" in "tip" shouldn't capitalized.)
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''GameTooltip:NumLines''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
<center>'''GameTooltip:NumLines''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>


Line 17: Line 19:
:count
:count
:;count : Number - The number of lines in the tooltip.
:;count : Number - The number of lines in the tooltip.
----
{{WoW API}}

Revision as of 12:07, 10 June 2006

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.