GetBarberShopStyleInfo

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 3.0.2

Returns information about the current selection for a barber shop customization.

name, unknown, unknown, isCurrent = GetBarberShopStyleInfo(catId);

Arguments

catId
number - Ascending index of the customization category to retrieve information for.

Returns

name
string - Name of the currently selected option.
unknown
unknown
isCurrent
boolean - 1 if the current selection is the player's current appearance.

See also