C_AreaPoiInfo.IsAreaPOITimed

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether an area poi is timed.

isTimed, hideTimerInTooltip = C_AreaPoiInfo.IsAreaPOITimed(areaPoiID)

Arguments

areaPoiID
number

Returns

isTimed
boolean
hideTimerInTooltip
boolean?

Details

  • This statically determines if the POI is timed, GetAreaPOITimeLeft retrieves the value from the server and may return nothing for long intervals.

Patch changes

Dragonflight Patch 10.1.0 (2023-05-02): Added hideTimerInTooltip return.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.