49
edits
mNo edit summary |
mNo edit summary |
||
| 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. | |||