# Editor.MapEditor.EditorContext.FindTargets

```csharp
EntityObject[] FindTargets(string name)
```

Given a string name return all found targets

### Parameters

- `name` (`string`)

### Returns

`EntityObject[]`

Declared in [Editor.MapEditor.EditorContext](/api/Editor.MapEditor.EditorContext).
Assembly: `Sandbox.Tools`.
