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

8 lines
241 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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