C_AreaPoiInfo.GetAreaPOISecondsLeft

From Warcraft Wiki
Jump to navigation Jump to search

Returns the time left in seconds for an area point of interest.

secondsLeft = C_AreaPoiInfo.GetAreaPOISecondsLeft(areaPoiID)

Arguments

areaPoiID
number - area point of interest ID.

Returns

secondsLeft
number - time left in seconds.

Patch changes

Battle for Azeroth Patch 8.1.5 (2019-03-12): Replaces C_AreaPoiInfo.GetAreaPOITimeLeft()[1]
Battle for Azeroth Patch 8.1.0 (2018-12-11): Added.