# Sandbox.NetworkOrphaned

Specifies what happens when the owner of a networked object disconnects.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`ClearOwner`](/api/Sandbox.NetworkOrphaned/ClearOwner): Clear the owner of the networked object.
- [`Destroy`](/api/Sandbox.NetworkOrphaned/Destroy): Destroy the networked object.
- [`Host`](/api/Sandbox.NetworkOrphaned/Host): Assign the host as the owner.
- [`Random`](/api/Sandbox.NetworkOrphaned/Random): Randomly assign another connection as the owner.
