Skip to content

Clear

Clears the screen, hides all dialogs, and sets a black background.

Usage

ts
engine.script({
  start: [engine.action.clear()],
});

Released under the ISC License.