Modules | |
| ConnectionGraph | |
| DirectoryDeltaTransfer | |
| FileListTransfer | |
| FullyConnectedMesh | |
| LightweightDatabase | |
| NatPunchthrough | |
| PacketLogger | |
| ReplicaManager | |
| Router | |
Classes | |
| class | PluginInterface |
| PluginInterface provides a mechanism to add functionality in a modular way. MessageHandlers should derive from PluginInterface and be attached to RakPeer using the function AttachPlugin On a user call to Receive, OnReceive is called for every PluginInterface, which can then take action based on the message passed to it. This is used to transparently add game-independent functional modules, similar to browser plugins. More... | |
1.4.6-NO