Back to Home
ESO Function Data v101042
zo_round()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/globals/globalapi.lua:116
--
function zo_round(value)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundhud.lua:82
--
zo_round(PRE_SHUTDOWN_WARNING_TIME_MS / 1000)
ingame/chatsystem/sharedchatsystem.lua:1187
--
zo_round(self.scrollbar:GetValue())
ingame/globals/globals.lua:114
--
zo_round(percent)
ingame/hud/hudtelvarmeter.lua:142
--
zo_round(zo_mod(multiplier, 1.0)*100)
ingame/map/mappin_manager.lua:1257
--
zo_round(size / GetUIGlobalScale())
ingame/optionspanels/optionspanel_social_shared.lua:117
--
zo_round(KEYBOARD_CHAT_SYSTEM:GetMinAlpha() * 100)
ingame/performance/performancemeter.lua:84
--
zo_round(framerate)
ingame/unitattributevisualizer/modules/arrowregeneration.lua:181
--
zo_round(percentRegen * 20)
ingame/utilitywheel/keyboard/assignableutilitywheel_keyboard.lua:318
--
zo_round(preferredStartingAngleDistanceRadians / arcAnglePerSlotRadians)
libraries/globals/globalapi.lua:146
--
zo_round(value * (1 / precision))
libraries/globals/time.lua:33
--
zo_round(seconds / ZO_ONE_HOUR_IN_SECONDS)
libraries/globals/time.lua:35
--
zo_round(seconds / ZO_ONE_MINUTE_IN_SECONDS)
libraries/globals/time.lua:207
--
zo_round(seconds / ZO_ONE_DAY_IN_SECONDS)
libraries/globals/time.lua:220
--
zo_round(seconds / ZO_ONE_DAY_IN_SECONDS)
libraries/utility/zo_colordef.lua:156
--
zo_round(r * 255)
libraries/utility/zo_colordef.lua:156
--
zo_round(g * 255)
libraries/utility/zo_colordef.lua:156
--
zo_round(b * 255)
libraries/utility/zo_colordef.lua:156
--
zo_round(a * 255)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:81
--
zo_round((self:CalculateSelectedIndexOffset() + totalDeltaX + lastFrameDeltaX) / self.controlEntryWidth)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:421
--
zo_round(oldPrimaryControlOffsetX / self.controlEntryWidth)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:422
--
zo_round(primaryControlOffsetX / self.controlEntryWidth)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:1018
--
zo_round(continousTargetOffset)
libraries/zo_particles/zo_particlesystem.lua:253
--
zo_round(progress * self.burstNumParticles)
libraries/zo_radialmenu/zo_radialmenu.lua:316
--
zo_round(preferredStartingAngleDistanceRadians / arcAnglePerEntryRadians)
libraries/zo_smoothslider/zo_smoothslider.lua:150
--
zo_round(targetIndex)
pregame/gamecredits/sharedgamecredits.lua:165
--
zo_round(numPixels)
publicallingames/tooltip/itemtooltips.lua:1598
--
zo_round(timeRemaining / ZO_ONE_MINUTE_IN_SECONDS)