Files
wow_Meta/api/GetBarberShopStyleInfo.lua

11 lines
321 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param styleIndex barberShopStyleIndex
---@return string name
---@return string unused
---@return number cost
---@return 1nil isCurrent
---Returns information about the selected barber shop style option
function GetBarberShopStyleInfo(styleIndex) end