m
Move page script moved page API GameTooltip ClearLines to WoW:API GameTooltip ClearLines without leaving a redirect
mNo edit summary |
m (Move page script moved page API GameTooltip ClearLines to WoW:API GameTooltip ClearLines without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | |||
<!-- 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 --> | ||
| Line 30: | Line 30: | ||
: If run when Tooltip is visible it will clear all text from it but won't hide it | : If run when Tooltip is visible it will clear all text from it but won't hide it | ||
: This doesn't actually clear the right hand column of lines, but meerly hides them. After running this function you can still retreive the previous tooltips RightTextX with the GetText() function. So if you wish to check for text here you should use IsVisible instead of checking of the text value of the field is nil. | : This doesn't actually clear the right hand column of lines, but meerly hides them. After running this function you can still retreive the previous tooltips RightTextX with the GetText() function. So if you wish to check for text here you should use IsVisible instead of checking of the text value of the field is nil. | ||