The address of the tile where we want to add this RPC
The 16-bit RPC id of the RPC, something like 0x8000
A format string compatible with unpackArrayBuffer to unpack arguments
A format string compatbile with packArrayBuffer to pack the return value
A handler function that is called with bind(this, handler)
The object that should be used for the this parameter to handler
Generated using TypeDoc
Add an RPC to this RPCDispatcher.
The RPC handler is stored for later use and can be called using the public method rpc(address, rpcID, packedArguments: ArrayBuffer)