C_GossipInfo.GetPoiInfo

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_GossipInfo.GetPoiInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 9.0.1 / 1.15.0
BTNTemp.png C_GossipInfo.GetGossipPoiInfo + 8.0.1 / 1.13.2

Returns info for a gossip point of interest (e.g. the red flags when asking city guards for directions).

gossipPoiInfo = C_GossipInfo.GetPoiInfo(uiMapID, gossipPoiID)

Arguments

uiMapID
number : UiMapID
gossipPoiID
number

Returns

gossipPoiInfo
GossipPoiInfo?
Field Type Description
name string
textureIndex number Used for GetPOITextureCoords()
position Vector2DMixin🔗
inBattleMap boolean

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_GossipInfo.GetPoiInfo()
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added as C_GossipInfo.GetGossipPoiInfo()