Documentation
Types
ScriptCtx

ScriptCtx

⚠️

This page is under construction.

⚠️

Beta feature, subject to change.

interface ScriptCtx {
    gameState: GameState;
    game: Game;
    liveGame: LiveGame;
    storable: Storable;
}

See Game, GameState, LiveGame, and Storable for more information.