Create & Manage Actors
This guide will walk through creating & managing Tivet Actors.
Actor tags
Common tag patterns
// Connect to a game server using a party code
const gameServer = await client.get<GameServer>({
name: 'game_server',
partyCode: 'ABCDEF'
});Client
Options
Shutdown actor
Last updated