FleetRuntimeConfigurationServerProcess

data class FleetRuntimeConfigurationServerProcess(val concurrentExecutions: Int, val launchPath: String, val parameters: String? = null)

Constructors

Link copied to clipboard
constructor(concurrentExecutions: Int, launchPath: String, parameters: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of server processes using this configuration to run concurrently on an instance.

Link copied to clipboard

Location of the server executable in a game build. All game builds are installed on instances at the root : for Windows instances C:\game, and for Linux instances /local/game.

Link copied to clipboard
val parameters: String? = null

Optional list of parameters to pass to the server executable on launch.