Back to Home
ESO Function Data v101044
math.max()
See also:
max()
Function Aliases
zo_max()
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/buffdebuff/buffdebuffstyles.lua:151
--
math.max(data.timeEnding - currentTime, 0)
ingame/housingeditor/housingeditorhud.lua:2013
--
math.max(activeIntervalMS, key.keypressIntervalMS)
ingame/retrait/keyboard/retraitstation_reconstruct_keyboard.lua:396
--
math.max(quality, self:GetMinimumQuality())
libraries/utility/zo_easing.lua:150
--
math.max(2, math.ceil(progress * inBetweenSize) + 1)
libraries/zo_gamepadslider/zo_gamepadslider.lua:82
--
math.max(prevValue, self.minValueFunction())
libraries/zo_templates/scrolltemplates.lua:2372
--
math.max(0, scrollSize-windowHeight)
pregame/charactercreate/gamepad/zo_charactercreateselector_gamepad.lua:190
--
math.max(newHighlight - 1, 1)