WoW API: GetBarberShopStyleInfo

From AddOn Studio
Revision as of 02:32, 14 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns information about the current selection for a barber shop customization. name, unknown, unknown, isCurrent = GetBarberShopStyleInfo(id); == Arguments == ; id…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetBarberShopStyleInfo

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
Flag - 1 if the current selection is the player's current appearance.

See also