RPCDispatcher(T) Class
[This is preliminary documentation and is subject to change.]
[Missing documentation for “T:Game.Events.RPC.RPCDispatcher`1”]
Inheritance Hierarchy
System.Object Game.Events.RPC.RPCDispatcher(T) Game.NetworkObjects.BridgeConnectionRPCDispatcher
Namespace: Game.Events.RPCAssembly: Assembly-CSharp (in
Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class RPCDispatcher<T>
where T : IRPCListener
Type Parameters
T
[Missing documentation for “T:Game.Events.RPC.RPCDispatcher`1”]
The RPCDispatcher(T) type exposes the following members.
Constructors
| Name
| Description
|
|---|

| RPCDispatcher(T)
| |
Back to Top
Methods
| Name
| Description
|
|---|

| Dispatch
| |

| RegisterListener
| |
Back to Top
See Also
Reference
Game.Events.RPC Namespace