ESODecoded

GetFastTravelNodeInfo

ESO Lua API function — used by 49 of the 3,030 addons we indexed (combined 44,298,869 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetFastTravelNodeInfo(luaindex nodeIndex)

Returns: bool known, string name, number normalizedX, number normalizedY, textureName icon, textureName:nilable glowIcon, poiType, bool isShownInCurrentMap, bool linkedCollectibleIsLocked

Real usage — from LoreBooks

  for nodeIndex = 1, GetNumFastTravelNodes() do
    local known, _, _, _, _, _, poiType, isShownInCurrentMap = GetFastTravelNodeInfo(nodeIndex)
    if isShownInCurrentMap and poiType == POI_TYPE_WAYSHRINE and not known then

Short excerpt from the shipping addon LoreBooksits 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
LoreBooks13,090,355
SkyShards12,943,031
CraftStore5,176,147
LibSets (All set items ingame & preview. lua API + excel sheet)4,357,189
Votan's Minimap4,211,718
MiniMap by Fyrakin [Masteroshi430's branch]1,392,567