Files
wow_Meta/api/UnitSpellHaste.lua
2025-05-04 15:15:00 +02:00

9 lines
225 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@param name string
---@return number haste
---Returns the unit's spell haste as a percentage
function UnitSpellHaste(unit, name) end