enabled = ScrollingMessageFrame:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = ScrollingMessageFrame:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = ScrollingMessageFrame:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = ScrollingMessageFrame:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = ScrollingMessageFrame:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = ScrollingMessageFrame:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
isDragging = ScrollingMessageFrame:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = ScrollingMessageFrame:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
ScrollingMessageFrame:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
top = ScrollingMessageFrame:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
time = ScrollingMessageFrame:GetTimeVisible()
|
Returns the amount of time for which a message remains visible before beginning to fade out.
|
spacing = ScrollingMessageFrame:GetSpacing()
|
Returns the font instance's amount of spacing between lines.
|
xOffset, yOffset = ScrollingMessageFrame:GetShadowOffset()
|
Returns the offset of the font instance's text shadow from its text.
|
right = ScrollingMessageFrame:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
... = ScrollingMessageFrame:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = ScrollingMessageFrame:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numPoints = ScrollingMessageFrame:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
count = ScrollingMessageFrame:GetNumMessages()
|
Returns the number of messages currently kept in the frame's message history.
|
count = ScrollingMessageFrame:GetNumLinesDisplayed()
|
Returns the number of lines displayed in the message frame.
|
numChildren = ScrollingMessageFrame:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
ScrollingMessageFrame:GetMaxLines(maxLines)
|
Returns the maximum number of messages kept in the frame.
|
left = ScrollingMessageFrame:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
justify = ScrollingMessageFrame:GetJustifyV()
|
Returns the font instance's vertical text alignment style.
|
justify = ScrollingMessageFrame:GetJustifyH()
|
Returns the font instance's horizontal text alignment style.
|
position = ScrollingMessageFrame:GetInsertMode()
|
Returns the position at which new messages are added to the frame.
|
indent = ScrollingMessageFrame:GetIndentedWordWrap()
|
Returns whether long lines of text are indented when wrapping.
|
id = ScrollingMessageFrame:GetID()
|
Returns the frame's numeric identifier.
|
enabled = ScrollingMessageFrame:GetHyperlinksEnabled()
|
Returns whether hyperlinks in the frame's text are interactive.
|
left, right, top, bottom = ScrollingMessageFrame:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|