Back to Home
ESO Function Data v101044
ZO_FastFormatDecimalNumber()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/globals/localization.lua:178
--
function ZO_FastFormatDecimalNumber(decimalNumberString)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/globals/globals.lua:112
--
ZO_FastFormatDecimalNumber(percent)
ingame/housingeditor/housingeditorhud.lua:1974
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitNumber(x))
ingame/housingeditor/housingeditorhud.lua:1975
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitNumber(y))
ingame/housingeditor/housingeditorhud.lua:1976
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitNumber(z))
ingame/housingeditor/housingeditorhud.lua:1987
--
ZO_FastFormatDecimalNumber(string.format("%.1f", pitch))
ingame/housingeditor/housingeditorhud.lua:1988
--
ZO_FastFormatDecimalNumber(string.format("%.1f", yaw))
ingame/housingeditor/housingeditorhud.lua:1989
--
ZO_FastFormatDecimalNumber(string.format("%.1f", roll))
ingame/housingeditor/housingeditorhud.lua:2961
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitDecimalNumber(zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.01)))
ingame/housingeditor/housingeditorhud.lua:2981
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitDecimalNumber(zo_roundToNearest(math.deg(HousingEditorGetPrecisionRotateUnits()), 0.01)))
libraries/globals/globals.lua:126
--
ZO_FastFormatDecimalNumber(formattedNumber)
pregame/gamepad/downloadbar/downloadbar.lua:17
--
ZO_FastFormatDecimalNumber(string.format("%.2f%%", downloadPercentage))
publicallingames/currency/currency.lua:186
--
ZO_FastFormatDecimalNumber(formattedCurrency)
publicallingames/rewards/rewards_manager.lua:416
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitNumber(quantity))
publicallingames/rewards/rewards_manager.lua:437
--
ZO_FastFormatDecimalNumber(ZO_CommaDelimitNumber(quantity))