printer.setCursorPos

From ComputerCraft Wiki
Revision as of 16:22, 13 November 2012 by MathManiac0 (Talk | contribs) (Added Page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function printer.getInkLevel
Sets the position of the printer cursor, similar to term.setCursorPos, but on a printer.
Syntax printer.getInkLevel(int x, int y)
Returns none
Part of ComputerCraft
API peripheral

Examples

Grid paper.png  Example
Sets the cursor at the top of the page.
Code
printer.setCursorPos(1,1)
Output none