Triangle.js Docs
    Preparing search index...

    Interface GameOptions

    interface GameOptions {
        handling: Handling;
        spectatingStrategy: SpectatingStrategy;
    }
    Index

    Properties

    handling: Handling

    The client's handling settings.

    { arr: 0, cancel: false, das: 5, dcd: 0, safelock: false, may20g: true, sdf: 41, irs: "tap", ihs: "tap" }
    
    spectatingStrategy: SpectatingStrategy

    The client's spectating strategy.

    "instant"
    

    SpectatingStrategy