Skip to content

UI SurfaceIndex most of the time wrong #157

Description

@Serpens66

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions