Back to Home
ESO Function Data v100035
zo_roundToNearest()
Function Aliases
LibFilters3.helpers.ZO_RetraitStation_CanItemBeRetraited.locations.1.zo_roundToNearest()
Global Function Definitions
libraries/globals/globalapi.lua:133
--
function zo_roundToNearest(value, precision)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/smithingimprovement_shared.lua:219
--
zo_roundToNearest(chance, .1)
ingame/globals/globals.lua:89
--
zo_roundToNearest(percent, .1)
ingame/housingeditor/housingeditorhud.lua:1492
--
zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.001)
ingame/housingeditor/housingeditorhud.lua:1601
--
zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.001)
ingame/housingeditor/housingeditorhud.lua:2387
--
zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.01)
ingame/housingeditor/housingeditorhud.lua:2407
--
zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.01)
ingame/tradinghouse/tradinghouse_shared.lua:32
--
zo_roundToNearest(purchasePricePerUnit, UNIT_PRICE_PRECISION)
ingame/tradinghouse/tradinghouse_shared.lua:155
--
zo_roundToNearest(purchasePrice / stackCount, UNIT_PRICE_PRECISION)
libraries/zo_spinner/zo_spinner.lua:16
--
zo_roundToNearest(value, step)