# Sandbox.LaunchArguments

These are arguments that were set when launching the current game.
This is used to pre-configure the game from the menu

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`GameSettings`](/api/Sandbox.LaunchArguments/GameSettings): The game settings to apply on join. These are a list of convars.
- [`Map`](/api/Sandbox.LaunchArguments/Map): The map to start with. It's really up to the game to use this
- [`MaxPlayers`](/api/Sandbox.LaunchArguments/MaxPlayers): Preferred max players for multiplayer games. Used by games, but not enforced.
- [`Privacy`](/api/Sandbox.LaunchArguments/Privacy): Privacy override for lobbies created on game start. If not explicitly set, lobbies use their own config.
- [`ServerName`](/api/Sandbox.LaunchArguments/ServerName): The hostname for the server.
