WoW:API GameTooltip NumLines: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(The "t" in "tip" shouldn't capitalized.)
Line 1: Line 1:
<center>'''GameToolTip:NumLines''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
<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 -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->


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


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

Revision as of 19:33, 10 April 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