Wowpedia

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

READ MORE

Wowpedia

Returns the player's currently channeling spell.

name, text, texture, startTime, endTime, isTradeSkill, notInterruptible, spellID = ChannelInfo()

Returns[]

name
string - The name of the spell, or nil if no spell is being channeled.
text
string - The name to be displayed.
texture
number : FileID
startTime
number - Specifies when channeling began in milliseconds (corresponds to GetTime()*1000).
endTime
number - Specifies when channeling will end in milliseconds (corresponds to GetTime()*1000).
isTradeSkill
boolean
notInterruptible
boolean - This is always nil.
spellID
number

Details[]

  • In Classic only channeling information for the player is available. This API is essentially the same as UnitChannelInfo("player")

Patch changes[]

WoW Icon update Patch 1.13.2 (2019-08-26): Added.