Add meta
This commit is contained in:
7
Meta/api/UnitPower.lua
Normal file
7
Meta/api/UnitPower.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
Reference in New Issue
Block a user