5 lines
421 B
Lua
5 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 |