Tapestry
Source Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Play

Low level communication between a game console and a running game. None of these commands are available for use in game scripts.

Definitions:

String Types:

  • Play Modes: One of the app level states communicated by [PlayMode].

Slots:

Commands:

  • Play log: A log message that might be displayed to the client for debugging.
  • Play mode: An app level change in state.
  • Play out: Text that should be displayed to the player.

String Types

Play Modes

One of the app level states communicated by [PlayMode]. The options are:

  • "asm"
  • "play"
  • "complete"
  • "error"

Commands

A log message that might be displayed to the client for debugging.

Slots:

Terms:

log: Text

An app level change in state.

Slots:

Terms:

mode: PlayModes

Text that should be displayed to the player.

Slots:

Terms:

out: Text