printer.setPageTitle
From ComputerCraft Wiki
Revision as of 23:25, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Fixed really bad lack of any form of template use.)
Function printer.setPageTitle | |
Sets the title of the page being printed | |
Syntax | printer.setPageTitle(string title) |
Returns | none |
Part of | ComputerCraft |
API | none |
Examples
Example | |
Set the title of a page to be printed. | |
Code |
Printer.setPageTitle("Test page") |
Output | When the page is hovered-on in the inventory, the tooltip reads "Printed Page; Test page" |