<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [PlayerEntityControllerOptions](./server.playerentitycontrolleroptions.md) &gt; [canRun](./server.playerentitycontrolleroptions.canrun.md)

## PlayerEntityControllerOptions.canRun property

A function allowing custom logic to determine if the entity can run.

**Signature:**

```typescript
canRun?: () => boolean;
```
