RSS

Пятница, 08.11.2024, 09:36
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 5951-6000
Страницы: « 1 2 ... 118 119 120 121 122 ... 141 142 »

Название Описание
GetLFGCompletionReward Returns the various rewards for a completed LFG dungeon.
ClearAllLFGDungeons Removes the player from all LFD queues.
AcceptProposal Accepts a LFG dungeon invite.
GetNumDeclensionSets Returns the number of suggested declension sets for a name.
FillLocalizedClassList Fills a table with localized class names keyed by non-localized class tokens.
DeclineName Returns suggested declensions for a name.
PartialPlayTime Returns whether the player is near the allowed play time limit.
NoPlayTime Returns whether the player has exceeded the allowed play time limit.
GetBillingTimeRested Returns the amount of time for which the player must be offline in order to lift play time restrictions.
KBSystem_GetServerStatus Returns the knowledge base server system status message.
KBSystem_GetServerNotice Returns the text of the knowledge base server system notice.
KBSystem_GetMOTD Returns the currently knowledge base MOTD.
KBSetup_IsLoaded Returns whether the knowledge base default query has completed successfully.
KBSetup_GetTotalArticleCount Returns the number of "Top Issues" articles.
KBSetup_GetSubCategoryData Returns information a knowledge base subcategory.
KBSetup_GetSubCategoryCount Returns the number of available subcategories for a given category.
KBSetup_GetLanguageData Returns information about a given knowledge base language.
KBSetup_GetLanguageCount Returns the number of available knowledge base languages.
KBSetup_GetCategoryData Returns information about a knowledge base category.
KBSetup_GetCategoryCount Returns the number of available knowledge base categories.
KBSetup_GetArticleHeaderData Returns header information about a "Top Issue" article.
KBSetup_GetArticleHeaderCount Returns the number of "Top Issues" articles on the current page.
KBSetup_BeginLoading Loads a maximum number of "Top Issues" from a given page.
KBQuery_IsLoaded Returns whether results of a knowledge base query have been loaded.
KBQuery_GetTotalArticleCount Returns the total number of articles returned for the given query.
KBQuery_GetArticleHeaderData Returns information about an article returned in a knowledge base query.
KBQuery_GetArticleHeaderCount Returns the number of articles on the current knowledge base search result page.
KBQuery_BeginLoading Queries the knowledge base server for articles.
KBArticle_IsLoaded Returns whether the requested knowledge base article has been loaded.
KBArticle_GetData Returns information about the last requested knowledge base article.
KBArticle_BeginLoading Requests a specific knowledge base article from the server.
IsShiftKeyDown Returns whether a Shift key on the keyboard is held down.
IsRightShiftKeyDown Returns whether the right shift key on the keyboard is held down.
IsRightControlKeyDown Returns whether the right Control key on the keyboard is held down.
IsRightAltKeyDown Returns whether the right Alt key is currently held down.
IsModifierKeyDown Returns whether a modifier key is held down.
IsLeftShiftKeyDown Returns whether the left Shift key on the keyboard is held down.
IsLeftControlKeyDown Returns whether the left Control key is held down.
IsLeftAltKeyDown Returns whether the left Alt key is currently held down.
IsControlKeyDown Returns whether a Control key on the keyboard is held down.
IsAltKeyDown Returns whether an Alt key on the keyboard is held down.
GetCurrentKeyBoardFocus Returns the frame currently handling keyboard input.
SetOverrideBindingSpell Set an override binding to a specific spell.
SetOverrideBindingMacro Sets an override binding to run a macro.
SetOverrideBindingItem Sets an override binding to use an item in the player's possession.
SetOverrideBindingClick Sets an override binding to "click" a Button object.
SetOverrideBinding Sets an override binding for a binding command.
SetMouselookOverrideBinding Overrides the default mouselook bindings to perform another binding with the mouse buttons.
SetBindingSpell Binds a key combination to cast a spell.
SetBindingMacro Binds a key combination to run a macro.