Files
wow_Meta/api/UnitCreatureType.lua
2024-12-16 13:13:08 +01:00

6 lines
233 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