Back to Home
ESO Function Data v100035
zo_round()
Function Aliases
LibFilters3.helpers.ZO_RetraitStation_CanItemBeRetraited.locations.1.zo_round()
Global Function Definitions
libraries/globals/globalapi.lua:107
--
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:1274
--
zo_round(self.scrollbar:GetValue())
ingame/globals/globals.lua:92
--
zo_round(percent)
ingame/hud/hudtelvarmeter.lua:142
--
zo_round(zo_mod(multiplier, 1.0)*100)
ingame/map/worldmap.lua:1914
--
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)
libraries/globals/globalapi.lua:137
--
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/utility/zo_colordef.lua:109
--
zo_round(r * 255)
libraries/utility/zo_colordef.lua:109
--
zo_round(g * 255)
libraries/utility/zo_colordef.lua:109
--
zo_round(b * 255)
libraries/utility/zo_colordef.lua:109
--
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:412
--
zo_round(oldPrimaryControlOffsetX / self.controlEntryWidth)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:413
--
zo_round(primaryControlOffsetX / self.controlEntryWidth)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:988
--
zo_round(continousTargetOffset)
libraries/zo_particles/zo_particlesystem.lua:256
--
zo_round(progress * self.burstNumParticles)
libraries/zo_smoothslider/zo_smoothslider.lua:150
--
zo_round(targetIndex)
pregame/gamecredits/sharedgamecredits.lua:145
--
zo_round(numPixels)
publicallingames/tooltip/itemtooltips.lua:1421
--
zo_round(timeRemaining / ZO_ONE_MINUTE_IN_SECONDS)