WoW:API GameTooltip NumLines: Difference between revisions
Jump to navigation
Jump to search
GameTooltip:NumLines -Documentation by Flickering-
({{widgetmethod}}) |
m (Robot: converting/fixing HTML) |
||
Line 5: | Line 5: | ||
<!-- 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 = | 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. | ||
Line 12: | Line 12: | ||
;''Arguments'' | ;''Arguments'' | ||
: | :''none'' | ||
---- | ---- |
Revision as of 09:31, 20 January 2007
← Widget API ← GameTooltip < NumLines
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.