WoW:API GetBarberShopStyleInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns information about the current selection for a barber shop customization. name, unknown, unknown, isCurrent = GetBarberShopStyleInfo(id); == Arguments == ; id…') |
m (Move page script moved page API GetBarberShopStyleInfo to API GetBarberShopStyleInfo without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← WoW API < GetBarberShopStyleInfo
Returns information about the current selection for a barber shop customization.
name, unknown, unknown, isCurrent = GetBarberShopStyleInfo(catId);
Arguments[edit]
- catId
- Number - Ascending index of the customization category to retrieve information for.
Returns[edit]
- 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]
- SetNextBarberShopStyle - alters the selection in a particular customization category.