# Sandbox.GameObject.IsDestroyed

```csharp
bool IsDestroyed { get; set; }
```

Return true if this object is destroyed. This will also return true if the object is marked to be destroyed soon.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
