Fleet Runtime Configuration Server Process Args
data class FleetRuntimeConfigurationServerProcessArgs(val concurrentExecutions: Output<Int>, val launchPath: Output<String>, val parameters: Output<String>? = null) : ConvertibleToJava<FleetRuntimeConfigurationServerProcessArgs>
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
Optional list of parameters to pass to the server executable on launch.