Api Sandbox NetPermission
enum

NetPermission

public sealed enum NetPermission : Enum

Specifies who can invoke an action over the network.

Attributes

[ Obsolete ]

Enum Values

Name Value Description
Anyone Anyone can invoke this.
HostOnly Only the host can invoke this.
OwnerOnly Only the owner can invoke this. If the action is static, this works the same way as HostOnly.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.NetPermission