isStreamScreen

The stream screen is a non-player screen shown when the game is in stream mode.

Signature

function isStreamScreen(): boolean

Returns

boolean

Usage

if (isStreamScreen()) {
  showCountdown();
}