s&box docs

public static abstract sealed class Sandbox.Rpc

Broader workflow and conceptual references connected to this API.

Methods

Showing 11 methods

public static void PreCall()

Called right before calling an RPC function.

Properties

Showing 3 properties

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

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

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

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

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

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Rpc

On this page