Widget API: ScrollingMessageFrame:SetMaxLines

From AddOn Studio
Jump to navigation Jump to search

Widget API ← ScrollingMessageFrame < SetMaxLines

Set the maximum number of lines, and resets the messages already displayed within the frame. The maximum number of lines are all the lines in the MessageFrame's history, not just the currently displayed lines.

ScrollingMessageFrame:SetMaxLines(maxLines)

Arguments[edit]

maxLines
Number - The maximum number of lines to be stored in the message frame's history.


Returns[edit]

nil

Details[edit]

Tested successfully with values up to a million.