> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor/ks.reactor.ksqueryhittypes.md).

# Enum ksQueryHitTypes

Namespace: [KS.Reactor](/reactor/api-reference/ks.reactor.md)\
Assembly: KSCommon.dll

Types of hits.

```csharp
public enum ksQueryHitTypes
```

## Fields

`BLOCK = 2`

Include the hit and block further hits (does not block overlap queries).

`NONE = 0`

Ignore the hit.

`TOUCH = 1`

Include the hit without blocking further hits.
