# Sandbox.BaseInventoryComponent.GiveOnStart

```csharp
bool GiveOnStart { get; set; }
```

Grant the loadout automatically when the inventory starts. Turn off to decide when yourself
(respawn logic, saved loadouts) and call [Sandbox.BaseInventoryComponent.GiveLoadout](/api/Sandbox.BaseInventoryComponent/GiveLoadout).

Declared in [Sandbox.BaseInventoryComponent](/api/Sandbox.BaseInventoryComponent).
Assembly: `Sandbox.Engine`.
