View Single Post
11/04/14, 10:05 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Documentation does not contain information that two functions got a new return value:
  • GetPOIMapInfo(luaindex zoneIndex, luaindex poiIndex)
    Returns: number normalizedX, number normalizedZ, MapDisplayPinType poiType, textureName icon, bool isShownInCurrentMap

  • GetFastTravelNodeInfo(luaindex nodeIndex)
    Returns: bool known, string name, number normalizedX, number normalizedY, textureName icon, textureName:nilable glowIcon, PointOfInterestType poiType, bool isLocatedInCurrentMap
  Reply With Quote