ESODecoded

GetFrameTimeMilliseconds

ESO Lua API function — used by 339 of the 3,030 addons we indexed (combined 46,614,312 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetFrameTimeMilliseconds()

Returns: integer frameTimeInMilliseconds

Real usage — from Lost Treasure

function pins:UpdatePinName(pin, _, normalizedAngle, normalizedDistance)
	local now = GetFrameTimeMilliseconds()
	if now < self.nextLabelUpdateTime then

Short excerpt from the shipping addon Lost Treasureits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
HarvestMap9,454,533
Lost Treasure6,404,899
LibAddonMenu-2.06,183,657
CustomCompassPins3,423,898
WritWorthy2,484,332
Votan's Fisherman1,662,523