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