Files
wow-weakauras/Meta/api/UnitCreatureType.lua
2024-11-07 23:12:37 +01:00

6 lines
238 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return string type
---Returns the creature type of a unit. Note that some creatures have no type (e.g. slimes).
function UnitCreatureType(unit) end