TextDisplay.print

From MiniScript Wiki
Revision as of 22:17, 1 April 2020 by 71.226.33.30 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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!"