---@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