RSS

Среда, 06.11.2024, 16:32
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 4101-4150
Страницы: « 1 2 ... 81 82 83 84 85 ... 141 142 »

Название Описание
enabled = ArchaeologyDigSiteFrame:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = ArchaeologyDigSiteFrame:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
registered = ArchaeologyDigSiteFrame:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
isDragging = ArchaeologyDigSiteFrame:IsDragging() Returns whether the region is currently being dragged.
enabled = ArchaeologyDigSiteFrame:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
ArchaeologyDigSiteFrame:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
ArchaeologyDigSiteFrame:HookScript("scriptType", handler) Securely hooks a script handler.
ArchaeologyDigSiteFrame:Hide() Hides the region.
hasScript = ArchaeologyDigSiteFrame:HasScript("scriptType") Returns whether the widget supports a script handler.
width = ArchaeologyDigSiteFrame:GetWidth() Returns the width of the region.
top = ArchaeologyDigSiteFrame:GetTop() Returns the distance from the bottom of the screen to the top of the region.
region = ArchaeologyDigSiteFrame:GetTitleRegion() Returns the frame's TitleRegion object.
width, height = ArchaeologyDigSiteFrame:GetSize() Returns the width and height of the region.
handler = ArchaeologyDigSiteFrame:GetScript("scriptType") Returns the widget's handler function for a script.
scale = ArchaeologyDigSiteFrame:GetScale() Returns the frame's scale factor.
right = ArchaeologyDigSiteFrame:GetRight() Returns the distance from the left edge of the screen to the right edge of the region.
... = ArchaeologyDigSiteFrame:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
left, bottom, width, height = ArchaeologyDigSiteFrame:GetRect() Returns the position and dimensions of the region.
ArchaeologyDigSiteFrame:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = ArchaeologyDigSiteFrame:GetPoint(index) Returns information about one of the region's anchor points.
parent = ArchaeologyDigSiteFrame:GetParent() Returns the object's parent object.
type = ArchaeologyDigSiteFrame:GetObjectType() Returns the object's widget type.
numRegions = ArchaeologyDigSiteFrame:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numPoints = ArchaeologyDigSiteFrame:GetNumPoints() Returns the number of anchor points defined for the region.
numChildren = ArchaeologyDigSiteFrame:GetNumChildren() Returns the number of child frames belonging to the frame.
name = ArchaeologyDigSiteFrame:GetName() Returns the widget object's name.
minWidth, minHeight = ArchaeologyDigSiteFrame:GetMinResize() Returns the minimum size of the frame for user resizing.
maxWidth, maxHeight = ArchaeologyDigSiteFrame:GetMaxResize() Returns the maximum size of the frame for user resizing.
left = ArchaeologyDigSiteFrame:GetLeft() Returns the distance from the left edge of the screen to the left edge of the region.
id = ArchaeologyDigSiteFrame:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = ArchaeologyDigSiteFrame:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
height = ArchaeologyDigSiteFrame:GetHeight() Returns the height of the region.
strata = ArchaeologyDigSiteFrame:GetFrameStrata() Returns the general layering strata of the frame.
level = ArchaeologyDigSiteFrame:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = ArchaeologyDigSiteFrame:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = ArchaeologyDigSiteFrame:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = ArchaeologyDigSiteFrame:GetEffectiveAlpha() Returns the overall opacity of the frame.
ArchaeologyDigSiteFrame:GetDontSavePosition() Функция еще не задокументированна.
depth = ArchaeologyDigSiteFrame:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = ArchaeologyDigSiteFrame:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = ArchaeologyDigSiteFrame:GetChildren() Returns a list of child frames of the frame.
x, y = ArchaeologyDigSiteFrame:GetCenter() Returns the screen coordinates of the region's center.
left, bottom, width, height = ArchaeologyDigSiteFrame:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
bottom = ArchaeologyDigSiteFrame:GetBottom() Returns the distance from the bottom of the screen to the bottom of the region.
red, green, blue, alpha = ArchaeologyDigSiteFrame:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = ArchaeologyDigSiteFrame:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = ArchaeologyDigSiteFrame:GetBackdrop() Returns information about the frame's backdrop graphic.
value = ArchaeologyDigSiteFrame:GetAttribute("name") Returns the value of a secure frame attribute.
... = ArchaeologyDigSiteFrame:GetAnimationGroups() Returns a list of animation groups belonging to the region.
alpha = ArchaeologyDigSiteFrame:GetAlpha() Returns the opacity of the region relative to its parent.