Difference between revisions of "Printer.write"
From ComputerCraft Wiki
m (Moved to CAT:LuaCoreFunctions) |
m (-> printer api) |
||
Line 4: | Line 4: | ||
|args=[[string (type)|string]] text | |args=[[string (type)|string]] text | ||
|returns=empty [[string (type)|string]] (bug?) | |returns=empty [[string (type)|string]] (bug?) | ||
− | |api= | + | |api=printer |
|addon=ComputerCraft | |addon=ComputerCraft | ||
|desc=Writes onto the paper | |desc=Writes onto the paper |
Revision as of 10:03, 30 November 2012
Function printer.write | |
Writes onto the paper | |
Syntax | printer.write(string text) |
Returns | empty string (bug?) |
Part of | ComputerCraft |
API | printer |