Pixi’VN
indexNamespacesGameFunctions

Function: exportGameState()

> exportGameState(): Promise<GameState>

Defined in: src/index.ts:229

Get all the game data. It can be used to save the game.

Returns

Promise<GameState>

The game data

On this page