# Sandbox.ComponentList.GetInDescendantsOrSelf

```csharp
T GetInDescendantsOrSelf(bool includeDisabled = False)
```

Find component on this gameobject's decendants or on self

### Parameters

- `includeDisabled` (`bool`), default `False`

### Returns

`T`

Declared in [Sandbox.ComponentList](/api/Sandbox.ComponentList).
Assembly: `Sandbox.Engine`.
