Difference between revisions of "TextDisplay.print"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>TextDisplay.print</c> prints a given string to this text display, followed by whatever TextDisplay.delimiter contains. === Arguments === {| class="wikitable" |- ! Pa...")
(No difference)

Revision as of 22:17, 1 April 2020

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!"