# Sandbox.GameObject.DestroyImmediate

```csharp
void DestroyImmediate()
```

Destroy this object immediately. Calling this might cause some problems if functions
are expecting the object to still exist, so it's not always a good idea.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
