Difference between revisions of "Textutils (API)"
From ComputerCraft Wiki
(Created page with "Text utilities is used to mess around with text easier. Its functions include: * textutils.slowPrint( text ) * textutils.tabulate( table, table2, so on) * textutils.formatTim...") |
|||
| Line 2: | Line 2: | ||
Its functions include: | Its functions include: | ||
| − | * textutils.slowPrint( text ) | + | {| border="1" cellpadding="2" cellspacing="0" |
| − | + | !style="background:#EEE" width="200px"|Method name | |
| − | + | !style="background:#EEE" width="*"|Description | |
| + | |- | ||
| + | |textutils.slowPrint( text ) | ||
| + | |Slowly prints 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. | ||
| + | |} | ||
[[Category:APIs]] | [[Category:APIs]] | ||
Revision as of 05:39, 31 January 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.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. |