Contents
← WoW API < GetBarberShopStyleInfo
Returns information about the current selection for a barber shop customization.
name, unknown, unknown, isCurrent = GetBarberShopStyleInfo(catId);
Arguments[edit | edit source]
- catId
- Number - Ascending index of the customization category to retrieve information for.
Returns[edit | edit source]
- name
- String - Name of the currently selected option.
- unknown
- unknown
- isCurrent
- Flag - 1 if the current selection is the player's current appearance.
See also[edit | edit source]
- SetNextBarberShopStyle - alters the selection in a particular customization category.
Community content is available under CC-BY-SA unless otherwise noted.