RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 6351-6400
Страницы: « 1 2 ... 126 127 128 129 130 ... 141 142 »

Название Описание
GetFramerate Returns the number of frames per second rendered by the client.
GetFrameCPUUsage Returns information about CPU usage by a frame's script handlers.
GetEventCPUUsage Returns information about the CPU usage of an event.
GetAddOnMemoryUsage Returns the amount of memory used by an addon.
GetAddOnCPUUsage Returns the amount of CPU time used by an addon.
FrameXML_Debug Enables or disables logging of XML loading.
SplitGuildBankItem Picks up only part of a stack of items from the guild bank.
SplitContainerItem Picks up only part of a stack of items from one of the player's bags or other containers.
ShowRepairCursor Puts the cursor in item repair mode.
ShowMerchantSellCursor Changes the cursor to prepare for buying an item from a vendor.
ShowInventorySellCursor Changes the cursor to prepare for selling an equipped item to a vendor.
ShowContainerSellCursor Changes the cursor to prepare for selling an item in the player's bags to a vendor.
ShowBuybackSellCursor Changes the cursor to prepare for repurchasing an item recently sold to a vendor.
SetCursor Changes the mouse cursor image.
ResetCursor Returns the cursor to its normal appearance (the glove pointer) and behavior.
PutItemInBag Puts the item on the cursor into one of the player's bags or other containers.
PutItemInBackpack Puts the item on the cursor into the player's backpack.
PlaceAction Puts the contents of the cursor into an action bar slot.
PickupTradeMoney Puts money offered by the player for trade onto the cursor.
PickupStablePet Puts a pet from the stables onto the cursor.
PickupSpell Puts a spell onto the cursor.
PickupPlayerMoney Puts an amount of the player's money onto the cursor.
PickupPetAction Puts the contents of a pet action slot onto the cursor or the cursor contents into a pet action slot.
PickupMerchantItem Puts an item available for purchase from a vendor onto the cursor.
PickupMacro Puts a macro onto the cursor.
PickupItem Puts an arbitrary item onto the cursor.
PickupInventoryItem Picks up an item from or puts an item into an equipment slot.
PickupGuildBankMoney Puts money from the guild bank onto the cursor.
PickupGuildBankItem Picks up an item from or puts an item into the guild bank.
PickupContainerItem Picks up an item from or puts an item into a slot in one of the player's bags or other containers.
PickupCompanion Puts a non-combat pet or mount onto the cursor.
PickupBagFromSlot Puts an equipped container onto the cursor.
PickupAction Puts the contents of an action bar slot onto the cursor or the cursor contents into an action bar slot.
InRepairMode Returns whether the item repair cursor mode is currently active.
HideRepairCursor Returns the cursor to normal mode after use of [[docs/events/ShowRepairCursor`ShowRepairCursor()`]]
GetMouseFocus Returns the frame that is currently under the mouse, and has mouse input enabled.
GetCursorPosition Returns the absolute position of the mouse cursor.
GetCursorMoney Returns the amount of money currently on the cursor.
GetCursorInfo Returns information about the contents of the cursor.
EquipCursorItem Puts the item on the cursor into a specific equipment slot.
DropItemOnUnit "Gives" the item on the cursor to another unit; results vary by context.
DropCursorMoney Drops any money currently on the cursor, returning it to where it was taken from.
DeleteCursorItem Destroys the item on the cursor.
CursorHasSpell Returns whether a spell is on the cursor.
CursorHasMoney Returns whether an amount of the player's money is on the cursor.
CursorHasMacro Returns whether a macro is on the cursor.
CursorHasItem Returns whether an item belonging to the player is on the cursor.
CursorCanGoInSlot Returns whether the item on the cursor can be equipped in an inventory slot.
ClickTradeButton Picks up an item from or puts an item in a slot offered for trade by the player.
ClickTargetTradeButton Interacts with an item in a slot offered for trade by the target.