Api Sandbox NetworkOrphaned
enum

NetworkOrphaned

public sealed enum NetworkOrphaned : Enum

Specifies what happens when the owner of a networked object disconnects.

Enum Values

Name Value Description
Destroy Destroy the networked object.
Host Assign the host as the owner.
Random Randomly assign another connection as the owner.
ClearOwner Clear the owner of the networked object.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.NetworkOrphaned