TextDisplay.print

From MiniScript Wiki
Jump to navigation Jump to search

TextDisplay.print prints a given string to this text display, followed by whatever TextDisplay.delimiter contains.

Arguments

Parameter Name Type Default Value Meaning
s string "" string to print

Usage Notes

For the default text display, this is equivalent to print by itself, so calling this as a TextDisplay method is mainly useful when you have set up multiple text displays.

Example

text.print "Hello World!"