Enumeration NetRpcScope

Enumeration of RPC scopes for networked remote procedure calls.

rpcCall (decorator)

Enumeration Members

Multicast

Authority -> all clients.

OwnerClient

Authority -> one specific client, the owner of the net object.

Server

Client -> authority only.

TargetClient

Authority -> one specific client, explicitly specified by connection ID.

TargetMulticast

Authority -> a specific set of clients, explicitly specified by connection IDs.