Interface: PlotSdk

The top-level Plot SDK API exposed to a game.

Additional game features will be documented here as they become available. Games should check that an optional feature exists before using it.

Properties

connect

readonly connect: (options) => Promise<PlotClient>

Connects the current game to Plot.

Parameters

options?

PlotConnectOptions = {}

Returns

Promise<PlotClient>

See

connect