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