Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the predicted heals cast on the specified unit.

local heal = UnitGetIncomingHeals(unit [, healer])

Arguments[]

unit
string : UnitId
healer
string? - Only predict incoming heals from a single UnitId.

Returns[]

heal
number - Predicted increase in health from incoming heals.

Details[]

  • Bc icon For Classic, this function is only partially functional[1]. The returned value only predicts healing from direct spell casts; heal-over-time effects and channelled casts are not factored into any predictions.

Patch changes[]

Retail[]

Cataclysm Patch 4.0.1 (2010-10-12): Added.[2]

Classic[]

WoW Icon update Patch 1.14.0 (2021-09-28): Backported from patch 2.5.2.
Bc icon Patch 2.5.2 (2021-08-31): Added, excluding heals over time.

See Also[]

References[]

 
  1. ^ https://github.com/Stanzilla/WoWUIBugs/issues/163
  2. ^ 2010-10-19, CompactUnitFrame.lua, version 4.0.1.13164, near line 425, archived at Townlong-Yak
Advertisement