Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class RogueTerminalEmulatorclass TerminalEmulator
Members list
Value members
Abstract methods
Remove all values from the terminal, behaviour varies by implementation.
Remove all values from the terminal, behaviour varies by implementation.
Attributes
Merge two terminals together
Merge two terminals together
Attributes
Removes an entry from the terminal, implementations vary.
Removes an entry from the terminal, implementations vary.
Attributes
Fill the whole terminal with the supplied value
Fill the whole terminal with the supplied value
Attributes
Fill the whole terminal with the supplied value
Fill the whole terminal with the supplied value
Attributes
Retrieves the MapTile at a given point, if one is present.
Retrieves the MapTile at a given point, if one is present.
Attributes
Inset one terminal inside another at some position offset.
Inset one terminal inside another at some position offset.
Attributes
Put the tile at the given point
Put the tile at the given point
Attributes
Put the tile at the given point
Put the tile at the given point
Attributes
Put the Tile at the given point
Put the Tile at the given point
Attributes
Put a batch of tiles into the terminal at the positions specified
Put a batch of tiles into the terminal at the positions specified
Attributes
Put a batch of tiles into the terminal at the positions specified, with an offset.
Put a batch of tiles into the terminal at the positions specified, with an offset.
Attributes
Put a batch of tiles into the terminal at the positions specified
Put a batch of tiles into the terminal at the positions specified
Attributes
Put the MapTile at the given point
Put the MapTile at the given point
Attributes
Adds a line of text to the terminal. No attempt is made to wrap text.
Adds a line of text to the terminal. No attempt is made to wrap text.
Attributes
Add many lines to the terminal
Add many lines to the terminal
Attributes
Export the terminal as a batch of MapTiles.
Export the terminal as a batch of MapTiles.
Attributes
Export the terminal as a batch of MapTiles for a given region.
Export the terminal as a batch of MapTiles for a given region.
Attributes
Export the terminal as a batch of maptiles tupled with with their positions.
Export the terminal as a batch of maptiles tupled with with their positions.
Attributes
Export the terminal as a batch of maptiles tupled with with their positions, in a given region.
Export the terminal as a batch of maptiles tupled with with their positions, in a given region.
Attributes
Export terminal as a complete grid of tiles, missing tiles will be given the Tile.Null values and RGBA.Zero colors.
Export terminal as a complete grid of tiles, missing tiles will be given the Tile.Null values and RGBA.Zero colors.
Attributes
Export terminal as a complete grid of tiles for a given region, missing tiles will be given the Tile.Null values and RGBA.Zero colors.
Export terminal as a complete grid of tiles for a given region, missing tiles will be given the Tile.Null values and RGBA.Zero colors.
Attributes
Concrete methods
Creates a TerminalClones instance of the given map.
Creates a TerminalClones instance of the given map.
Attributes
Creates a TerminalClones instance of a defined region of the given map.
Creates a TerminalClones instance of a defined region of the given map.
Attributes
Export the terminal so that it can be rendered as CloneTiles, and supply a modifier funtion to alter the relative position, rotation, and scale of the tile.
Export the terminal so that it can be rendered as CloneTiles, and supply a modifier funtion to alter the relative position, rotation, and scale of the tile.
Attributes
Export the terminal so that it can be rendered as CloneTiles for a defined region of the given map, and supply a modifier funtion to alter the relative position, rotation, and scale of the tile.
Export the terminal so that it can be rendered as CloneTiles for a defined region of the given map, and supply a modifier funtion to alter the relative position, rotation, and scale of the tile.