WoW:API ScrollingMessageFrame SetMaxLines: Difference between revisions

m
Move page script moved page API ScrollingMessageFrame SetMaxLines to WoW:API ScrollingMessageFrame SetMaxLines without leaving a redirect
No edit summary
 
m (Move page script moved page API ScrollingMessageFrame SetMaxLines to WoW:API ScrollingMessageFrame SetMaxLines without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Sets the maxumum number of lines stored in the MessageFrame's history.  Calling this method clears all lines in the frame.
{{widgetmethod|ScrollingMessageFrame}}
 
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 ==
:;maxLines
:: Number - The maximum number of lines to be stored in the message frame's history.
 
 
== Returns ==
:nil
 
== Details ==
Tested successfully with values up to a million.
Anonymous user