MessageFrame:StopAnimating()
|
Stops any active animations involving the region or its children.
|
MessageFrame:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
isDragging = MessageFrame:IsDragging()
|
Returns whether the region is currently being dragged.
|
width = MessageFrame:GetWidth()
|
Returns the width of the region.
|
top = MessageFrame:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
width, height = MessageFrame:GetSize()
|
Returns the width and height of the region.
|
right = MessageFrame:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
numPoints = MessageFrame:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = MessageFrame:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = MessageFrame:GetHeight()
|
Returns the height of the region.
|
x, y = MessageFrame:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = MessageFrame:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = MessageFrame:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
MessageFrame:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = MessageFrame:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
LayeredRegion:StopAnimating()
|
Stops any active animations involving the region or its children.
|
LayeredRegion:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
isDragging = LayeredRegion:IsDragging()
|
Returns whether the region is currently being dragged.
|
width = LayeredRegion:GetWidth()
|
Returns the width of the region.
|
top = LayeredRegion:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
width, height = LayeredRegion:GetSize()
|
Returns the width and height of the region.
|
right = LayeredRegion:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
numPoints = LayeredRegion:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
left = LayeredRegion:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
height = LayeredRegion:GetHeight()
|
Returns the height of the region.
|
x, y = LayeredRegion:GetCenter()
|
Returns the screen coordinates of the region's center.
|
bottom = LayeredRegion:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
... = LayeredRegion:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
LayeredRegion:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = LayeredRegion:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|