RSS

Суббота, 02.11.2024, 09:28
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 1851-1900
Страницы: « 1 2 ... 36 37 38 39 40 ... 141 142 »

Название Описание
QuestPOIFrame:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
QuestPOIFrame:SetHeight(height) Sets the region's height.
QuestPOIFrame:SetFrameStrata("strata") Sets the general layering strata of the frame.
QuestPOIFrame:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
QuestPOIFrame:SetFillTexture("Texture") Set the fill Texture for the Blob.
QuestPOIFrame:SetFillAlpha(Alpha) Set the Alpha for the fill Texture.
QuestPOIFrame:SetDontSavePosition() Функция еще не задокументированна.
QuestPOIFrame:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
QuestPOIFrame:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
QuestPOIFrame:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
QuestPOIFrame:SetBorderTexture("Texture") Sets the border Texture for the Blob.
QuestPOIFrame:SetBorderScalar(Scalar) Set the Border Scalar.
QuestPOIFrame:SetBorderAlpha(Alpha) Set the alpha for the border texture.
QuestPOIFrame:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
QuestPOIFrame:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
QuestPOIFrame:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
QuestPOIFrame:SetAttribute("name", value) Sets a secure frame attribute.
QuestPOIFrame:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
QuestPOIFrame:SetAllPoints([region]) or QuestPOIFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
QuestPOIFrame:RegisterForDrag(...) Registers the frame for dragging.
QuestPOIFrame:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
QuestPOIFrame:RegisterAllEvents() Registers the frame for all events.
QuestPOIFrame:Raise() Increases the frame's frame level above all other frames in its strata.
QuestPOIFrame:Lower() Reduces the frame's frame level below all other frames in its strata.
visible = QuestPOIFrame:IsVisible() Returns whether the region is visible.
enabled = QuestPOIFrame:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = QuestPOIFrame:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
shown = QuestPOIFrame:IsShown() Returns whether the region is shown.
enabled = QuestPOIFrame:IsResizable() Returns whether the frame can be resized by the user.
isProtected, explicit = QuestPOIFrame:IsProtected() Returns whether the region is protected.
isType = QuestPOIFrame:IsObjectType("type") Returns whether the object belongs to a given widget type.
movable = QuestPOIFrame:IsMovable() Returns whether the frame can be moved by the user.
enabled = QuestPOIFrame:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
isOver = QuestPOIFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
enabled = QuestPOIFrame:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = QuestPOIFrame:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.
enabled = QuestPOIFrame:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = QuestPOIFrame:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
registered = QuestPOIFrame:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
isDragging = QuestPOIFrame:IsDragging() Returns whether the region is currently being dragged.
enabled = QuestPOIFrame:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
QuestPOIFrame:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
QuestPOIFrame:HookScript("scriptType", handler) Securely hooks a script handler.
QuestPOIFrame:Hide() Hides the region.
hasScript = QuestPOIFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
width = QuestPOIFrame:GetWidth() Returns the width of the region.
top = QuestPOIFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
QuestPOIFrame:GetTooltipIndex() Функция еще не задокументированна.
region = QuestPOIFrame:GetTitleRegion() Returns the frame's TitleRegion object.
width, height = QuestPOIFrame:GetSize() Returns the width and height of the region.