Files
wow_Meta/api/UnitVehicleSkin.lua
2025-05-04 14:35:26 +02:00

10 lines
267 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---@return Natural skin
---@return Mechanical
---@return Natural
---Returns the style of vehicle UI to display for a unit
function UnitVehicleSkin(unit, name) end