RSS

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

API Функции

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

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

Название Описание
ArchaeologyDigSiteFrame:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.
ArchaeologyDigSiteFrame:SetSize(width, height) Sets the size of the region to the specified values.
ArchaeologyDigSiteFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ArchaeologyDigSiteFrame:SetScale(scale) Sets the frame's scale factor.
ArchaeologyDigSiteFrame:SetResizable(enable) Sets whether the frame can be resized by the user.
ArchaeologyDigSiteFrame:SetPropagateKeyboardInput() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ArchaeologyDigSiteFrame:SetParent(frame) or ArchaeologyDigSiteFrame:SetParent("name") Makes another frame the parent of this region.
ArchaeologyDigSiteFrame:SetNumSplinePoints(points) Sets the number of points used in the blob polygon.
ArchaeologyDigSiteFrame:SetMovable(enable) Sets whether the frame can be moved by the user.
ArchaeologyDigSiteFrame:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
ArchaeologyDigSiteFrame:SetMergeThreshold() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
ArchaeologyDigSiteFrame:SetID(id) Sets a numeric identifier for the frame.
ArchaeologyDigSiteFrame:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
ArchaeologyDigSiteFrame:SetHeight(height) Sets the region's height.
ArchaeologyDigSiteFrame:SetFrameStrata("strata") Sets the general layering strata of the frame.
ArchaeologyDigSiteFrame:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
ArchaeologyDigSiteFrame:SetFillTexture() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetFillAlpha() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetDontSavePosition() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
ArchaeologyDigSiteFrame:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
ArchaeologyDigSiteFrame:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
ArchaeologyDigSiteFrame:SetBorderTexture() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetBorderScalar() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetBorderAlpha() Функция еще не задокументированна.
ArchaeologyDigSiteFrame:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
ArchaeologyDigSiteFrame:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
ArchaeologyDigSiteFrame:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
ArchaeologyDigSiteFrame:SetAttribute("name", value) Sets a secure frame attribute.
ArchaeologyDigSiteFrame:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
ArchaeologyDigSiteFrame:SetAllPoints([region]) or ArchaeologyDigSiteFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
ArchaeologyDigSiteFrame:RegisterForDrag(...) Registers the frame for dragging.
ArchaeologyDigSiteFrame:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
ArchaeologyDigSiteFrame:RegisterAllEvents() Registers the frame for all events.
ArchaeologyDigSiteFrame:Raise() Increases the frame's frame level above all other frames in its strata.
ArchaeologyDigSiteFrame:Lower() Reduces the frame's frame level below all other frames in its strata.
visible = ArchaeologyDigSiteFrame:IsVisible() Returns whether the region is visible.
enabled = ArchaeologyDigSiteFrame:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = ArchaeologyDigSiteFrame:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
shown = ArchaeologyDigSiteFrame:IsShown() Returns whether the region is shown.
enabled = ArchaeologyDigSiteFrame:IsResizable() Returns whether the frame can be resized by the user.
isProtected, explicit = ArchaeologyDigSiteFrame:IsProtected() Returns whether the region is protected.
isType = ArchaeologyDigSiteFrame:IsObjectType("type") Returns whether the object belongs to a given widget type.
movable = ArchaeologyDigSiteFrame:IsMovable() Returns whether the frame can be moved by the user.
enabled = ArchaeologyDigSiteFrame:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
isOver = ArchaeologyDigSiteFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
enabled = ArchaeologyDigSiteFrame:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = ArchaeologyDigSiteFrame:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.