Forum: Lua/XML Help
02-06-23, 06:22 AM
|
Replies: 3
Views: 972
|
Forum: Lua/XML Help
01-30-23, 03:43 PM
|
Replies: 3
Views: 972
I made this script working when GameTooltip is...
I made this script working when GameTooltip is hidden:
GameTooltip:HookScript('OnTooltipSetItem', function(self)
print(self:GetItem())
end)
However this script stop to work when the GameTooltip is...
|
Forum: Lua/XML Help
01-30-23, 09:12 AM
|
Replies: 3
Views: 972
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...
|