RSX Code Reference
    Preparing search index...

    Enumeration RpcScope

    Destination scope for an RPC.

    This defines who is allowed to receive the call. Use Server for client->host authority calls, Client for host->one client calls, and Multicast for host->all relevant clients. These rules prevent invalid network topologies.

    Index