sc3-rom-dump/rom/help/textutils.txt

11 lines
373 B
Plaintext
Raw Permalink Normal View History

2024-01-15 10:36:50 +01:00
Functions in the Text Utilities API:
textutils.slowPrint( text )
textutils.tabulate( table, table2, ... )
textutils.pagedTabulate( table, table2, ... )
textutils.formatTime( time, bTwentyFourHour )
textutils.serialize( table )
textutils.unserialize( string )
textutils.serializeJSON( table, [useNBTStyle] )
textutils.urlEncode( string )
textutils.complete( string, table )