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