AddOns
AddOn Manager
Latest 200
Browse
Upload AddOn
Search AddOns
Projects
Author Portals
Git Repositories
SVN Repositories
Options
Email Feeds
Preference
Download History
News
Forums
New posts
Today's Posts
Search Forum
Categories
General
AddOns, Comps, Macros
Featured Projects
Developer
Site Forums
Mark Forums Read
Subscribed Threads
Open Buddy List
Members List
Help
Login
Sign up
WoWInterface
»
Developer Discussions
»
Lua/XML Help
»
Getting GameTooltip:GetItem()
Go to Page...
Thread Tools
Display Modes
Prev
Next
01-30-23, 09:12 AM
#
1
Benalish
A Flamescale Wyrmkin
Join Date: Dec 2012
Posts: 112
Getting GameTooltip:GetItem()
There's a way to get GameTooltip:GetItem() when GameTooltip is hidden? I know the GameTooltip tries to show when mouse hovers a game object, so I tried this script, but it doesn't seem to work
Lua Code:
GameTooltip:HookScript
(
'OnShow'
,
function
(
self
)
print
(
self:GetItem
(
)
)
end
)
Benalish
View Public Profile
Send a private message to Benalish
Find More Posts by Benalish
WoWInterface
»
Developer Discussions
»
Lua/XML Help
» Getting GameTooltip:GetItem()
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Switch to Linear Mode
Switch to Hybrid Mode
Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off