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

9 lines
298 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unitID string
---@param powerType number
---@return number power
---Returns a unit's current level of mana, rage, energy or other power type. Returns zero for non-existent units.
function UnitPower(unitID, powerType) end