6 lines
435 B
Lua
6 lines
435 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string token
|
|
---Returns a token used for displaying facial feature 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 GetFacialHairCustomization() end
|