Back to Home
ESO Function Data v100034
SetThumbPosition()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_trianglepicker/zo_trianglepicker.lua:239
--
function ZO_TrianglePicker:SetThumbPosition(x, y)
Local Function Definitions
No known local definitions for this function.
Function Calls
pregame/charactercreate/zo_charactercreatetriangle_base.lua:21
--
picker:SetThumbPosition(pickerControl:GetWidth() * 0.5, pickerControl:GetHeight() * 0.67)
pregame/charactercreate/zo_charactercreatetriangle_base.lua:167
--
self.picker:SetThumbPosition(self.width * x, self.height * y)