TextDisplay.cell

From MiniScript Wiki
Revision as of 21:59, 1 April 2020 by 71.226.33.30 (talk) (Created page with "<c>TextDisplay.cell</c> returns the character stored at a given row and column of the text display. See also: TextDisplay.setCell === Arguments === {| class="wikitable"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TextDisplay.cell returns the character stored at a given row and column of the text display.

See also: TextDisplay.setCell

Arguments

Parameter Name Type Default Value Meaning
x number 0 column of interest
y number 0 row of interest

Example

print text.cell(0,25)		// print character in top-left corner