Companion

object Companion

Properties

Link copied to clipboard
const val DOWN: String

Get the string for the Move down command.

Link copied to clipboard
const val DOWN_SHORT: String

Get the string for the short Move down command.

Link copied to clipboard
const val EAST: String

Get the string for the Move east command.

Link copied to clipboard
const val EAST_SHORT: String

Get the string for the short Move east command.

Link copied to clipboard
const val NORTH: String

Get the string for the Move north command.

Link copied to clipboard
const val NORTH_SHORT: String

Get the string for the short Move north command.

Link copied to clipboard
const val SOUTH: String

Get the string for the Move south command.

Link copied to clipboard
const val SOUTH_SHORT: String

Get the string for the short Move south command.

Link copied to clipboard

Get the supported commands.

Link copied to clipboard
const val UP: String

Get the string for the Move up command.

Link copied to clipboard
const val UP_SHORT: String

Get the string for the short Move up command.

Link copied to clipboard
const val WEST: String

Get the string for the Move west command.

Link copied to clipboard
const val WEST_SHORT: String

Get the string for the short Move west command.