Initial commit
This commit is contained in:
13
api/UnitChannelInfo.lua
Normal file
13
api/UnitChannelInfo.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param unit string
|
||||
---@return string name
|
||||
---@return string subText
|
||||
---@return string text
|
||||
---@return string texture
|
||||
---@return number startTime
|
||||
---@return number endTime
|
||||
---@return 1nil isTradeSkill
|
||||
---@return boolean notInterruptible
|
||||
---Returns information about the spell a unit is currently channeling
|
||||
function UnitChannelInfo(unit) end
|
Reference in New Issue
Block a user