MessageFrame:SetTimeVisible(time)
|
Sets the amount of time for which a message remains visible before beginning to fade out.
|
MessageFrame:SetInsertMode("position")
|
Sets the position at which new messages are added to the frame.
|
MessageFrame:SetIndentedWordWrap(indent)
|
Sets whether long lines of text are indented when wrapping.
|
MessageFrame:SetFading(fading)
|
Sets whether messages added to the frame automatically fade out after a period of time.
|
MessageFrame:SetFadeDuration(duration)
|
Sets the duration of the fade-out animation for disappearing messages.
|
time = MessageFrame:GetTimeVisible()
|
Returns the amount of time for which a message remains visible before beginning to fade out.
|
position = MessageFrame:GetInsertMode()
|
Returns the position at which new messages are added to the frame.
|
indent = MessageFrame:GetIndentedWordWrap()
|
Returns whether long lines of text are indented when wrapping.
|
fading = MessageFrame:GetFading()
|
Returns whether messages added to the frame automatically fade out after a period of time.
|
duration = MessageFrame:GetFadeDuration()
|
Returns the duration of the fade-out animation for disappearing messages.
|
MessageFrame:Clear()
|
Removes all messages displayed in the frame.
|
MessageFrame:AddMessage("text" [, red [, green [, blue [, alpha]]]])
|
Adds a message to those listed in the frame.
|