some refactoring and autocomplete improvements

This commit is contained in:
Manuel Simon Hirsig
2015-10-15 23:56:26 +02:00
parent 7be2dcba10
commit c2ae370bca
7 changed files with 45 additions and 186 deletions
+4
View File
@@ -87,6 +87,10 @@ function Aux.info.set_game_tooltip(owner, tooltip, anchor)
GameTooltip:AddDoubleLine(line[1].text, line[2].text, line[1].r, line[1].b, line[1].g, line[2].r, line[2].b, line[2].g, true)
end
GameTooltip:Show()
-- if EnhTooltip and entry then
-- EnhTooltip.TooltipCall(GameTooltip, entry.name, entry.hyperlink, entry.quality, entry.stack_size)
-- end
end
function Aux.info.tooltip(setter)