RSS

Пятница, 26.04.2024, 05:49
Главная » WoW API » API Функции »

Управление экипировкой

[ Добавить запись ]

В категории материалов: 17
Показано материалов: 1-17

Название Описание
UseEquipmentSet Equips the items in an equipment set.
SaveEquipmentSet Saves or creates an equipment set with the player's currently equipped items.
PickupEquipmentSetByName Puts an equipment set on the cursor.
PickupEquipmentSet Puts an equipment set (specified by index) on the cursor.
ModifyEquipmentSet Modifies the name and icon of an existing equipment set.
GetNumEquipmentSets Returns the number of saved equipment sets.
GetEquipmentSetLocations Returns a table listing the locations of the items in an equipment set.
GetEquipmentSetItemIDs Returns a table listing the items in an equipment set.
GetEquipmentSetInfoByName Returns information about an equipment set.
GetEquipmentSetInfo Returns information about an equipment set (specified by index)
EquipmentSetContainsLockedItems Returns whether an equipment set contains locked items.
EquipmentManagerUnignoreSlotForSave Removes an equipment slot from the list of those ignored when saving sets.
EquipmentManagerIsSlotIgnoredForSave Returns whether the contents of an equipment slot will be included when saving sets.
EquipmentManagerIgnoreSlotForSave Adds an equipment slot to the list of those ignored when saving sets.
EquipmentManagerClearIgnoredSlotsForSave Clears the list of equipment slots to be ignored when saving sets.
DeleteEquipmentSet Deletes an equipment set.
CanUseEquipmentSets Returns whether the player has enabled the equipment manager.