WoW:API GameTooltip NumLines: Difference between revisions
Jump to navigation
Jump to search
({{widgetmethod}}) |
m (Move page script moved page API GameTooltip NumLines to API GameTooltip NumLines without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
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() | |||
: | |||
== Parameters == | |||
=== Returns === | |||
* count (number) - The number of lines in the tooltip. | |||
Latest revision as of 04:45, 15 August 2023
← Widget API ← GameTooltip < NumLines
Return the number of text lines which comprise a tooltip object.
local count = GameTooltip:NumLines()
Parameters
Returns
- count (number) - The number of lines in the tooltip.