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 thenShort excerpt from the shipping addon Lost Treasure — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| HarvestMap | 9,454,533 |
| Lost Treasure | 6,404,899 |
| LibAddonMenu-2.0 | 6,183,657 |
| CustomCompassPins | 3,423,898 |
| WritWorthy | 2,484,332 |
| Votan's Fisherman | 1,662,523 |