# Sandbox.SceneNetworkSystem.GetSnapshot

```csharp
void GetSnapshot(Connection source, ref SnapshotMsg msg)
```

A client has joined and wants a snapshot of the world.

### Parameters

- `source` (`Connection`)
- `ref msg` (`SnapshotMsg`)

Declared in [Sandbox.SceneNetworkSystem](/api/Sandbox.SceneNetworkSystem).
Assembly: `Sandbox.Engine`.
