Difference between revisions of "Term.scroll"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
m (Int linking fix.) |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=term.scroll | |name=term.scroll | ||
− | |args=[[ | + | |args=[[int (type)|int]] n |
|returns=None | |returns=None | ||
|api=term | |api=term |
Revision as of 18:46, 30 November 2012
Function term.scroll | |
Scrolls the terminal window. | |
Syntax | term.scroll(int n) |
Returns | None |
Part of | ComputerCraft |
API | term |