enabled = ArchaeologyDigSiteFrame:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = ArchaeologyDigSiteFrame:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = ArchaeologyDigSiteFrame:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
isDragging = ArchaeologyDigSiteFrame:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = ArchaeologyDigSiteFrame:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
ArchaeologyDigSiteFrame:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
top = ArchaeologyDigSiteFrame:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
right = ArchaeologyDigSiteFrame:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
... = ArchaeologyDigSiteFrame:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = ArchaeologyDigSiteFrame:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numPoints = ArchaeologyDigSiteFrame:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
numChildren = ArchaeologyDigSiteFrame:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
left = ArchaeologyDigSiteFrame:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
id = ArchaeologyDigSiteFrame:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = ArchaeologyDigSiteFrame:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = ArchaeologyDigSiteFrame:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = ArchaeologyDigSiteFrame:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
depth = ArchaeologyDigSiteFrame:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
depth = ArchaeologyDigSiteFrame:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = ArchaeologyDigSiteFrame:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = ArchaeologyDigSiteFrame:GetChildren()
|
Returns a list of child frames of the frame.
|
x, y = ArchaeologyDigSiteFrame:GetCenter()
|
Returns the screen coordinates of the region's center.
|
left, bottom, width, height = ArchaeologyDigSiteFrame:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
bottom = ArchaeologyDigSiteFrame:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
backdrop = ArchaeologyDigSiteFrame:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
... = ArchaeologyDigSiteFrame:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
alpha = ArchaeologyDigSiteFrame:GetAlpha()
|
Returns the opacity of the region relative to its parent.
|