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