Difference between revisions of "Textutils (API)"
From ComputerCraft Wiki
m (moved TEXTUTILS to Textutils (API)) |
|||
Line 8: | Line 8: | ||
|textutils.slowPrint( text ) | |textutils.slowPrint( text ) | ||
|Slowly prints the text. | |Slowly prints the text. | ||
+ | |- | ||
+ | |textutils.slowWrite( text ) | ||
+ | |Slowly writes the text. | ||
|- | |- | ||
|textutils.tabulate( table, table2, so on) | |textutils.tabulate( table, table2, so on) |
Revision as of 00:16, 25 February 2012
Text utilities is used to mess around with text easier.
Its functions include:
Method name | Description |
---|---|
textutils.slowPrint( text ) | Slowly prints the text. |
textutils.slowWrite( text ) | Slowly writes the text. |
textutils.tabulate( table, table2, so on) | <no description given> |
textutils.formatTime( time, bTwentyFourHour) | Put a time into it, and it spews it out in a different format. |