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