# Sandbox.Game.Overlay.CreateGame

```csharp
static void CreateGame(in CreateGameOptions options)
```

Opens a modal to create a game with a bunch of settings. We use this in the menu when you click "Create Game"
and the game has options.

### Parameters

- `in options` (`CreateGameOptions`)

Declared in [Sandbox.Game.Overlay](/api/Sandbox.Game.Overlay).
Assembly: `Sandbox.Engine`.
