BridgeConnectionRPCDispatcher Class¶
[This is preliminary documentation and is subject to change.]
[Missing documentation for “T:Game.NetworkObjects.BridgeConnectionRPCDispatcher”]
Inheritance Hierarchy¶
System.Object Game.Events.RPC.RPCDispatcher(IBridgeConnectionRPCListener) Game.NetworkObjects.BridgeConnectionRPCDispatcher Namespace: Game.NetworkObjectsAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax¶
C#
public class BridgeConnectionRPCDispatcher : RPCDispatcher<IBridgeConnectionRPCListener>
The BridgeConnectionRPCDispatcher type exposes the following members.
Methods¶
Name | Description | |
|---|---|---|
| Dispatch | (Overrides RPCDispatcher(T).Dispatch(Player, NetworkBehavior, Byte, RpcArgs).) |
| RegisterListener | (Inherited from RPCDispatcher(T).) |
Back to Top
