RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 2151-2200
Страницы: « 1 2 ... 42 43 44 45 46 ... 141 142 »

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