RSS

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

API Функции

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

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

Название Описание
handler = QuestPOIFrame:GetScript("scriptType") Returns the widget's handler function for a script.
scale = QuestPOIFrame:GetScale() Returns the frame's scale factor.
right = QuestPOIFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = QuestPOIFrame:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = QuestPOIFrame:GetRect() Returns the position and dimensions of the region.
QuestPOIFrame:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = QuestPOIFrame:GetPoint(index) Returns information about one of the region's anchor points.
parent = QuestPOIFrame:GetParent() Returns the object's parent object.
type = QuestPOIFrame:GetObjectType() Returns the object's widget type.
QuestPOIFrame:GetNumTooltips() Функция еще не задокументированна.
numRegions = QuestPOIFrame:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = QuestPOIFrame:GetNumPoints() Returns the number of anchor points defined for the region.
numChildren = QuestPOIFrame:GetNumChildren() Returns the number of child frames belonging to the frame.
name = QuestPOIFrame:GetName() Returns the widget object's name.
minWidth, minHeight = QuestPOIFrame:GetMinResize() Returns the minimum size of the frame for user resizing.
maxWidth, maxHeight = QuestPOIFrame:GetMaxResize() Returns the maximum size of the frame for user resizing.
left = QuestPOIFrame:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
id = QuestPOIFrame:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = QuestPOIFrame:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = QuestPOIFrame:GetHeight() Returns the height of the region.
strata = QuestPOIFrame:GetFrameStrata() Returns the general layering strata of the frame.
level = QuestPOIFrame:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = QuestPOIFrame:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = QuestPOIFrame:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = QuestPOIFrame:GetEffectiveAlpha() Returns the overall opacity of the frame.
QuestPOIFrame:GetDontSavePosition() Функция еще не задокументированна.
depth = QuestPOIFrame:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = QuestPOIFrame:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = QuestPOIFrame:GetChildren() Returns a list of child frames of the frame.
x, y = QuestPOIFrame:GetCenter() Returns the screen coordinates of the region's center.
left, bottom, width, height = QuestPOIFrame:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
bottom = QuestPOIFrame:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
red, green, blue, alpha = QuestPOIFrame:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = QuestPOIFrame:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = QuestPOIFrame:GetBackdrop() Returns information about the frame's backdrop graphic.
value = QuestPOIFrame:GetAttribute("name") Returns the value of a secure frame attribute.
... = QuestPOIFrame:GetAnimationGroups() Returns a list of animation groups belonging to the region.
alpha = QuestPOIFrame:GetAlpha() Returns the opacity of the region relative to its parent.
QuestPOIFrame:EnableSmoothing() Функция еще не задокументированна.
QuestPOIFrame:EnableMouseWheel(enable) Enables or disables mouse wheel interactivity for the frame.
QuestPOIFrame:EnableMouse(enable) Enables or disables mouse interactivity for the frame.
QuestPOIFrame:EnableMerging() Функция еще не задокументированна.
QuestPOIFrame:EnableKeyboard(enable) Enables or disables keyboard interactivity for the frame.
QuestPOIFrame:EnableJoystick(enable) Enables or disables joystick interactivity.
QuestPOIFrame:EnableDrawLayer("layer") Allows display of all child objects of the frame on a specified graphics layer.
QuestPOIFrame:DrawNone() Функция еще не задокументированна.
QuestPOIFrame:DrawBlob(QuestId, Draw) Draws the Blob for the Quest.
QuestPOIFrame:DisableDrawLayer("layer") Prevents display of all child objects of the frame on a specified graphics layer.
region = QuestPOIFrame:CreateTitleRegion() Creates a title region for dragging the frame.
texture = QuestPOIFrame:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.