Rpcclass

objectRpc
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Rpc

Methods11

Showing 11 methods

public static void PreCall()PUBLICSTATIC

Called right before calling an RPC function.

Returns:void

Properties3

Showing 3 properties

public static Sandbox.Connection Sandbox.Rpc.Caller { get; set; }PUBLICSTATICGETSET

The `Sandbox.Connection` that is calling this method.

Returns:Connection

public static System.Guid Sandbox.Rpc.CallerId { get; set; }PUBLICSTATICGETSET

The id of the `Sandbox.Connection` that is calling this method.

Returns:Guid

public static bool Sandbox.Rpc.Calling { get; set; }PUBLICSTATICGETSET

Whether we're currently being called from a remote `Sandbox.Connection`.

Returns:bool

On this page