Difference between revisions of "Term.scroll"

From ComputerCraft Wiki
Jump to: navigation, search
m (Moved to CAT:APIFunctions)
m (Int linking fix.)
Line 2: Line 2:
 
{{Function
 
{{Function
 
|name=term.scroll
 
|name=term.scroll
|args=[[Integer|int]] n
+
|args=[[int (type)|int]] n
 
|returns=None
 
|returns=None
 
|api=term
 
|api=term

Revision as of 18:46, 30 November 2012


Grid Redstone.png  Function term.scroll
Scrolls the terminal window.
Syntax term.scroll(int n)
Returns None
Part of ComputerCraft
API term