#include <Lobby2Plugin.h>
Public Member Functions | |
void | SetOrderingChannel (char oc) |
Ordering channel to use with RakPeer::Send(). | |
void | SetSendPriority (PacketPriority pp) |
Send priority to use with RakPeer::Send(). | |
virtual void | SetCallbackInterface (Lobby2Callbacks *cb) |
Set the callback to receive the results of operations via SendMessage(). | |
Protected Member Functions | |
void | OnAttach (RakPeerInterface *peer) |
void Lobby2Plugin::OnAttach | ( | RakPeerInterface * | peer | ) | [protected, virtual] |
Called when the interface is attached
[in] | peer | the instance of RakPeer that is calling Receive |
Reimplemented from PluginInterface.