ApplicationVersion JSON Object#
An object providing information about the platform the game is running on, as well as information about the version of the game.
Attributes#
-
build_mode, Type:String
The build version of the server.
Possible values areheadless,alphaandsteam. -
build_version, Type:Integer
The build number of the server. -
game_version, Type:String
The version of the game used on the server. -
platform, Type:String
The platform the server is running on.
Common values arewin64andlinux64.