Files
wow-weakauras/Meta/api/GetHairCustomization.lua
2024-11-07 23:12:37 +01:00

5 lines
425 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string token
---Returns a token used for displaying "hair" customization options. The token referred to by this function can be used to look up a global variable containing localized names for the customization options available to the player's race at character creation time and in the Barbershop UI; see example.
function GetHairCustomization() end