Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GameTooltip ClearLines
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{widgetmethod}} <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> Tooltip:ClearLines(); <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> Clear all 30 lines of tooltip (both left and right ones) ---- ;''Arguments'' <!-- List each argument, together with its type --> :none ---- ;''Returns'' <!-- List each return value, together with its type --> :nothing ---- ;''Details'' <!-- Details not appropriate for the main description can go here --> : 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.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Widget
(
edit
)
Template:Widgetmethod
(
edit
)
Close
Loading editor…