Home | A simple start. |
|
Introduction
RPC is shorthand for Remote Procedure Call. This is used for events that don't happen a lot in the game. RPC's can be performed over the network, so is normally used for network communication and synchronization.
Flow of RPC commands
Any instance of Racer can send out RPC commands to other PC's. The flow of things:
(last updated November 13, 2012 )