# Sandbox.Scene.GetSystem

## Overload 1

```csharp
T GetSystem()
```

Get a specific system by type.

### Returns

`T`

## Overload 2

```csharp
void GetSystem(out T val)
```

Get a specific system by type.

### Parameters

- `out val` (`T`)

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
