Widget API: ScrollingMessageFrame:SetMaxLines

From AddOn Studio
Revision as of 14:36, 27 June 2007 by WoWWiki>Ravas (Updated to match the current API boilerplate.)
Jump to navigation Jump to search

Widget API ← ScrollingMessageFrame < SetMaxLines


Sets the maximum number of lines stored in the MessageFrame's history and clears all lines in the frame.

ScrollingMessageFrame:SetMaxLines(maxLines)


Arguments

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


Returns

nil