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