ScrollingMessageFrame:UpdateColorByID(id, red, green, blue)
|
Updates the color of a set of messages already added to the frame.
|
ScrollingMessageFrame:SetTimeVisible(time)
|
Sets the amount of time for which a message remains visible before beginning to fade out.
|
ScrollingMessageFrame:SetMaxLines(maxLines)
|
Sets the maximum number of messages to be kept in the frame.
|
ScrollingMessageFrame:SetInsertMode("position")
|
Sets the position at which new messages are added to the frame.
|
ScrollingMessageFrame:SetIndentedWordWrap(indent)
|
Sets whether long lines of text are indented when wrapping.
|
ScrollingMessageFrame:SetHyperlinksEnabled(enable)
|
Enables or disables hyperlink interactivity in the frame.
|
ScrollingMessageFrame:SetFading(fading)
|
Sets whether messages added to the frame automatically fade out after a period of time.
|
ScrollingMessageFrame:SetFadeDuration(duration)
|
Sets the duration of the fade-out animation for disappearing messages.
|
ScrollingMessageFrame:ScrollUp()
|
Scrolls the message frame's contents up by two lines.
|
ScrollingMessageFrame:ScrollToTop()
|
Scrolls to the top of the message frame's contents.
|
ScrollingMessageFrame:ScrollToBottom()
|
Scrolls to the bottom of the message frame's contents.
|
ScrollingMessageFrame:ScrollDown()
|
Scrolls the message frame's contents down by two lines.
|
ScrollingMessageFrame:PageUp()
|
Scrolls the message frame's contents up by one page.
|
ScrollingMessageFrame:PageDown()
|
Scrolls the message frame's contents down by one page.
|
time = ScrollingMessageFrame:GetTimeVisible()
|
Returns the amount of time for which a message remains visible before beginning to fade out.
|
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.
|
ScrollingMessageFrame:GetMaxLines(maxLines)
|
Returns the maximum number of messages kept in the frame.
|
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.
|
enabled = ScrollingMessageFrame:GetHyperlinksEnabled()
|
Returns whether hyperlinks in the frame's text are interactive.
|
fading = ScrollingMessageFrame:GetFading()
|
Returns whether messages added to the frame automatically fade out after a period of time.
|
duration = ScrollingMessageFrame:GetFadeDuration()
|
Returns the duration of the fade-out animation for disappearing messages.
|
offset = ScrollingMessageFrame:GetCurrentScroll()
|
Returns the message frame's current scroll position.
|
lineNum = ScrollingMessageFrame:GetCurrentLine()
|
Returns a number identifying the last message added to the frame.
|
ScrollingMessageFrame:Clear()
|
Removes all messages stored or displayed in the frame.
|
atTop = ScrollingMessageFrame:AtTop()
|
Returns whether the message frame is currently scrolled to the top of its contents.
|
atBottom = ScrollingMessageFrame:AtBottom()
|
Returns whether the message frame is currently scrolled to the bottom of its contents.
|