-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating System
Windows
Extender Version
v60
Game Version
v3.6.117.3735
Bug Summary
The UI SurfaceIndex is most of the time wrong:
Game.Tooltip.Register.Surface(function(char,SurfaceType,tooltip)
local cc = Ext.UI.GetCursorControl()
local UI = Ext.UI.GetByHandle(cc.TextDisplayUIHandle)
print(SurfaceType,UI.SurfaceIndex,Ext.Enums.SurfaceType[UI.SurfaceIndex])
print(SurfaceType,UI.SurfaceIndex2,Ext.Enums.SurfaceType[UI.SurfaceIndex2])
end)
just use this code for client and see yourself ingame, that it does not match the surface you are hovering over in like 90% of the cases.
Links
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working