RakNet  4.0
Public Member Functions | List of all members
RakNet::RPC4GlobalRegistration Class Reference

Instantiate this class globally if you want to register a function with RPC4 at the global space. More...

#include <RPC4Plugin.h>

Public Member Functions

 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, Packet *packet))
 Queue a call to RPC4::RegisterFunction() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 
 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, Packet *packet), int callPriority)
 Queue a call to RPC4::RegisterSlot() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 
 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, RakNet::BitStream *returnData, Packet *packet))
 Queue a call to RPC4::RegisterBlockingFunction() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 
 RPC4GlobalRegistration (const char *uniqueID, MessageID messageId)
 Queue a call to RPC4::RegisterLocalCallback() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 

Detailed Description

Instantiate this class globally if you want to register a function with RPC4 at the global space.


The documentation for this class was generated from the following file: