Difference between revisions of "Printer.setCursorPos"

From ComputerCraft Wiki
Jump to: navigation, search
m (Int linking fix.)
(frjkdghnuirjkd)
Line 1: Line 1:
{{lowercase}}
+
fjdkgheruifdk
{{Function
+
|name=printer.setCursorPos
+
|args=[[int (type)|int]] x, [[int (type)|int]] y
+
|returns=none
+
|api=peripheral
+
|addon=ComputerCraft
+
|desc=Sets the position of the printer cursor, similar to [[term.setCursorPos]], but on a printer.
+
|examples=
+
{{Example
+
|desc=Sets the cursor at the top of the page.
+
|code=printer.setCursorPos(1,1)
+
|output=none
+
}}
+
}}
+
 
+
[[Category:Lua_Core_Functions]]
+

Revision as of 17:10, 4 December 2012

fjdkgheruifdk