All public logs

Jump to navigation Jump to search

Combined display of all available logs of MiniScript Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:06, 1 April 2020 71.226.33.30 talk created page TextDisplay.cellColor (Created page with "<c>TextDisplay.cellColor</c> returns the foreground color of the given cell. See also: TextDisplay.setCellColor === Arguments === {| class="wikitable" |- ! Parameter Na...")
  • 22:04, 1 April 2020 71.226.33.30 talk created page TextDisplay.setCell (Created page with "<c>TextDisplay.setCell</c> Directly sets a character into a given row and column of the text display. This does not use (or change) the cursor position, nor does it apply the...")
  • 21:59, 1 April 2020 71.226.33.30 talk created page TextDisplay.cell (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"...")
  • 21:57, 1 April 2020 71.226.33.30 talk created page TextDisplay.delimiter (Created page with "<c>TextDisplay.delimiter</c>: This value is a string which is printed after every print output. === Usage Notes === Its default value is char(13), which is a carriage ret...")
  • 21:54, 1 April 2020 71.226.33.30 talk created page TextDisplay.inverse (Created page with "<c>TextDisplay.inverse</c> gets or sets whether subsequent printing should be done in "inverse" mode, where the foreground and background colors are swapped. === Usage Notes...")
  • 21:53, 1 April 2020 71.226.33.30 talk created page TextDisplay.row (Created page with "<c>TextDisplay.row</c> gets or sets the row of the text cursor, where subsequent printing will begin. Row values range from 0 at the bottom of the screen, to 25 at the top....")
  • 21:52, 1 April 2020 71.226.33.30 talk created page TextDisplay.column (Created page with "<c>TextDisplay.column</c> gets or sets the column of the text cursor, where subsequent printing will begin. Column values range from 0 on the left to 67 on the right. == Exa...")
  • 21:51, 1 April 2020 71.226.33.30 talk created page TextDisplay.backColor (Created page with "<c>TextDisplay.backColor</c> gets or sets the background color used on any future printing to this text display. This is the surrounding color for normal text, or the text co...")
  • 21:50, 1 April 2020 71.226.33.30 talk created page TextDisplay.color (Created page with "<c>TextDisplay.color</c> gets or sets the foreground color used on any future printing to this text display. This is the text color for normal text, or the surrounding color...")
  • 21:48, 1 April 2020 71.226.33.30 talk created page TextDisplay.clear (Created page with "<c>TextDisplay.clear</c> clears the text display, setting all cells to " " (space), with inverse turned off and all cell colors set to the match the display properties. === U...")
  • 21:46, 1 April 2020 71.226.33.30 talk created page SolidColorDisplay.color (Created page with "<c>SolidColorDisplay.color</c> gets or sets the color shown by this display. The alpha channel is functional, so you can make such a display semi-transparent. == Example ==...")
  • 21:44, 1 April 2020 71.226.33.30 talk created page Display.mode (Created page with "<c>Display.mode</c> this property gives (or allows you to change) the mode of a Display instance. See also: displayMode === Usage Notes === When you assign a different m...")
  • 15:42, 24 March 2020 71.226.33.30 talk created page Mouse.visible (Created page with "<c>mouse.visible</c> controls whether the mouse cursor is currently visible. Assign false (0) to this to hide the mouse cursor, and true (1) to show it again. == Example ==...")
  • 15:40, 24 March 2020 71.226.33.30 talk created page Intrinsic (Created page with "<c>mouse.button</c> returns true (1), if the given mouse/trackpad button is currently pressed, or false (0) otherwise. === Usage Notes === Button 0 is the main/left mouse but...")
  • 15:37, 24 March 2020 71.226.33.30 talk created page Mouse.y (Created page with "<c>mouse.y</c> returns the current distance (in pixels) of the mouse cursor from the bottom edge of the screen. See also: mouse.x; Screen coordinates == Example ==...")
  • 15:35, 24 March 2020 71.226.33.30 talk created page Mouse.x (Created page with "<c>mouse.x</c> returns the current distance (in pixels) of the mouse cursor from the left edge of the screen. == Example == <ms>print mouse.x</ms> Category:Mini Micro")
  • 15:33, 24 March 2020 71.226.33.30 talk created page Key.keyNames (Created page with "<c>key.keyNames</c> returns a list of all the key names available for use with key.pressed. See also: key.pressed === Usage Notes === This can be used, for example, to...")
  • 15:25, 24 March 2020 71.226.33.30 talk created page Key.axis (Created page with "<c>key.axis</c> returns the numeric value (from -1 to 1) of an input axis. See also: key.pressed === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! D...")
  • 00:31, 24 March 2020 71.226.33.30 talk created page Key.pressed (Created page with "<c>key.pressed</c> detects whether a specific key or button input is currently pressed. See also: key.keyNames; key.axis === Arguments === {| class="wikitable" |-...")
  • 00:26, 24 March 2020 71.226.33.30 talk created page Key.get (Created page with "<c>key.get</c> removes and returns the next key in the keyboard input buffer. If the input buffer is currently clear (empty), then this method waits until a key is pressed....")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)