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

9 lines
271 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