Skip to content

ServerLaunchRequest

ServerLaunchRequest selects the instance, account, and server address for joining multiplayer.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
InstanceIDinstanceIdstringstringNoNoInstanceID is the managed instance to launch.
AccountIDaccountId*stringstring | nullYesYesAccountID overrides the instance default account for this launch.
AddressaddressstringstringNoNoAddress is the server address to join after the game starts.

Used by

Source

internal/transport/wails/launch_controller.go:30