ServerLaunchRequest
ServerLaunchRequest selects the instance, account, and server address for joining multiplayer.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No | InstanceID is the managed instance to launch. |
AccountID | accountId | *string | string | null | Yes | Yes | AccountID overrides the instance default account for this launch. |
Address | address | string | string | No | No | Address is the server address to join after the game starts. |
Used by
- LaunchController.LaunchServer — parameter
request
Source
internal/transport/wails/launch_controller.go:30