RSS

Четверг, 07.11.2024, 16:17
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 5201-5250
Страницы: « 1 2 ... 103 104 105 106 107 ... 141 142 »

Название Описание
IsAttackSpell Returns whether a spell is the standard melee Attack spell.
HasPetSpells Returns whether the player's current pet has a spellbook.
GetSpellTexture Returns the icon texture path for a spell.
GetSpellTabInfo Returns information about a tab in the spellbook.
GetSpellLink Returns a hyperlink for a spell.
GetSpellInfo Returns information about a spell.
GetSpellCount Returns the number of times a spell can be cast.
GetSpellCooldown Returns cooldown information about a spell in the spellbook.
GetSpellBookItemName Returns the name and sub-text of a spell in the spellbook.
GetSpellBookItemInfo Retrieves information about a specific SpellBook item.
GetSpellAutocast Returns information about automatic casting for a spell in the spellbook.
GetRewardSpell Returns information about a spell awarded when completing a quest.
GetQuestLogRewardSpell Returns information about the spell reward for the selected quest in the quest log.
GetNumSpellTabs Returns the number of tabs in the player's spellbook.
GetItemSpell Returns information about the spell cast by an item's "Use:" effect.
EnableSpellAutocast Enables automatic casting of a pet spell.
DisableSpellAutocast Disables automatic casting of a pet spell.
CursorHasSpell Returns whether a spell is on the cursor.
CastSpellByName Casts a spell specified by name (optionally on a specified unit)
CastSpellByID Casts a spell specified by id (optionally on a specified unit)
CastSpell Casts a from the spellbook.
VoiceSelectOutputDevice Selects an audio output device for voice chat.
VoiceSelectCaptureDevice Selects an audio input device for voice chat.
VoiceGetCurrentOutputDevice Returns the index of the current voice output device.
VoiceGetCurrentCaptureDevice Returns the index of the current voice capture device.
VoiceEnumerateOutputDevices Returns the name of an audio output device for voice chat.
VoiceEnumerateCaptureDevices Returns the name of an audio input device for voice chat.
StopMusic Stops currently playing in-game music.
Sound_GameSystem_RestartSoundSystem Restarts the game's sound systems.
Sound_GameSystem_GetOutputDriverNameByIndex Returns the name of the given game sound output driver.
Sound_GameSystem_GetNumOutputDrivers Returns the number of game sound output drivers.
Sound_GameSystem_GetNumInputDrivers Returns the number of game sound input drivers.
Sound_GameSystem_GetInputDriverNameByIndex Returns the name of the given game sound input driver.
Sound_ChatSystem_GetOutputDriverNameByIndex Returns the name of the given chat system sound output driver.
Sound_ChatSystem_GetNumOutputDrivers Returns the number of chat system sound output drivers.
Sound_ChatSystem_GetNumInputDrivers Returns the number of chat system sound input drivers.
Sound_ChatSystem_GetInputDriverNameByIndex Returns the name of the given chat system sound input driver.
PlaySoundFile Plays an audio file at a given path.
PlaySound Plays one of WoW's built-in sound effects.
PlayMusic Plays an audio file as background music.
SocketInventoryItem Opens an equipped item for socketing.
SocketContainerItem Opens an item from the player's bags for socketing.
GetSocketTypes Returns information about the gem types usable in a socket.
GetSocketItemRefundable Returns whether the item open for socketing is temporarily refundable.
GetSocketItemInfo Returns information about the item currently being socketed.
GetSocketItemBoundTradeable Returns whether the item open for socketing is temporarily tradeable.
GetNumSockets Returns the number of sockets on the item currently being socketed.
GetNewSocketLink Returns a hyperlink for a gem added to a socket.
GetNewSocketInfo Returns information about a gem added to a socket.
GetItemGem Returns information about gems socketed in an item.