WoW:API SetNextBarberShopStyle: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Alters style selection in a particular customization category. SetNextBarberShopStyle(catId[, reverse]); == Arguments == ; catId : Number - Ascending index of the cu…') |
m (Move page script moved page API SetNextBarberShopStyle to API SetNextBarberShopStyle without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
← WoW API < SetNextBarberShopStyle
Alters style selection in a particular customization category.
SetNextBarberShopStyle(catId[, reverse]);
Arguments[edit]
- catId
- Number - Ascending index of the customization category that should be changed to the next/previous style.
- reverse
- Flag - 1 if the selection should be changed to the previous style, nil if to the next.
See also[edit]
- GetBarberShopStyleInfo(catId) - returns information about the current selection.
- ApplyBarberShopStyle() - purchases barber shop style modifications.