Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
 
{{widgetmethod}} __NOTOC__
{{Stub/API}}
 
{{widgetmethod}}
 
   
  +
Sets the maxumum number of lines stored in the MessageFrame's history. Calling this method clears all lines in the frame.
+
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

Revision as of 14:36, 27 June 2007


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