WoW:API GameTooltip NumLines: Difference between revisions

m
Move page script moved page API GameTooltip NumLines to WoW:API GameTooltip NumLines without leaving a redirect
m (Robot: converting/fixing HTML)
m (Move page script moved page API GameTooltip NumLines to WoW:API GameTooltip NumLines without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''GameTooltip:NumLines''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
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.


----
local count = GameTooltip:NumLines()
;''Arguments''
 
:''none''
 
----
;''Returns''


:count
== Parameters ==
:;count : Number - The number of lines in the tooltip.
=== Returns ===
* count (number) - The number of lines in the tooltip.
Anonymous user