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

6 lines
421 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