> 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.ksownerpermissions.md).

# Enum ksOwnerPermissions

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

Flags that determine what permissions the player who owns an entity has.

```csharp
[Flags]
public enum ksOwnerPermissions
```

## Fields

`ALL = 7`

All permissions

`DESTROY = 4`

The owner can destroy the entity.

`NONE = 0`

No permissions.

`PROPERTIES = 2`

The owner can set properties on the entity.

`TRANSFORM = 1`

The owner controls the entity's transform.
