|
RakNet
4.0
|
Modules | |
| Plugins | |
Classes | |
| class | RakNet::PluginInterface2 |
Returns why a connection attempt failed
Reasons why a connection was lost
| LCR_CLOSED_BY_USER |
Called RakPeer::CloseConnection() |
| LCR_DISCONNECTION_NOTIFICATION |
Got ID_DISCONNECTION_NOTIFICATION. |
| LCR_CONNECTION_LOST |
GOT ID_CONNECTION_LOST. |
For each message that arrives on an instance of RakPeer, the plugins get an opportunity to process them first. This enumeration represents what to do with the message
1.8.2