# Sandbox.Game.InGame

```csharp
static bool InGame { get; set; }
```

Return true if we're in a game (ie, not in the main menu)

Declared in [Sandbox.Game](/api/Sandbox.Game).
Assembly: `Sandbox.Engine`.
