API ReferenceSandbox.Engine

Protocolclass

A centralized place to access the protocols

objectProtocol
Namespace
Sandbox.Engine
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Engine.Protocol

Properties2

Showing 2 properties

public static int Sandbox.Engine.Protocol.Api { get; set; }PUBLICSTATICGETSET

We cannot play packages with an Api version higher than this.

Returns:int

public static int Sandbox.Engine.Protocol.Network { get; set; }PUBLICSTATICGETSET

We cannot talk to servers or clients with a network protocol different to this.

Returns:int

On this page