ESO Function Data v100010
zo_round()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/globals/globalapi.lua:100
--
function zo_round(value)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:1296
--
zo_round(self.scrollbar:GetValue())
ingame/map/worldmap.lua:3122
--
zo_round(size / GetUIGlobalScale())
ingame/optionspanels/optionspanel_social_shared.lua:152
--
zo_round(CHAT_SYSTEM:GetMinAlpha() * 100)
ingame/performance/performancemeter.lua:84
--
zo_round(framerate)
ingame/unitattributevisualizer/modules/arrowregeneration.lua:179
--
zo_round(percentRegen * 20)
libraries/globals/time.lua:19
--
zo_round(seconds / 3600)
libraries/globals/time.lua:21
--
zo_round(seconds / 60)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:74
--
zo_round((self:CalculateSelectedIndexOffset() + totalDeltaX + lastFrameDeltaX) / self.controlEntryWidth)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:319
--
zo_round(oldPrimaryControlOffsetX / self.controlEntryWidth)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:320
--
zo_round(primaryControlOffsetX / self.controlEntryWidth)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:726
--
zo_round(continousTargetOffset)
libraries/zo_smoothslider/zo_smoothslider.lua:150
--
zo_round(targetIndex)