, including all inherited members.
AllocatePacketUnified(unsigned dataSize) | PluginInterface2 | [protected] |
AutoRPC() | RakNet::AutoRPC | |
Call(const char *uniqueIdentifier) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) | RakNet::AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) | RakNet::AutoRPC | [inline] |
CallExplicit(const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) | RakNet::AutoRPC | [inline] |
Clear(void) | RakNet::AutoRPC | [protected] |
currentExecution | RakNet::AutoRPC | [protected] |
DeallocPacketUnified(Packet *packet) | PluginInterface2 | [protected] |
GetCurrentExecution(void) const | RakNet::AutoRPC | |
GetIncomingExtraData(void) | RakNet::AutoRPC | |
GetLastSenderAddress(void) const | RakNet::AutoRPC | |
GetLastSenderTimestamp(void) const | RakNet::AutoRPC | |
GetLocalFunctionIndex(RPCIdentifier identifier) | RakNet::AutoRPC | [protected] |
GetRakPeer(void) const | RakNet::AutoRPC | |
GetRakPeerInterface(void) const | PluginInterface2 | [inline] |
GetRemoteFunctionIndex(SystemAddress systemAddress, RPCIdentifier identifier, unsigned int *outerIndex, unsigned int *innerIndex) | RakNet::AutoRPC | [protected] |
incomingExtraData | RakNet::AutoRPC | [protected] |
incomingSystemAddress | RakNet::AutoRPC | [protected] |
incomingTimeStamp | RakNet::AutoRPC | [protected] |
localFunctions | RakNet::AutoRPC | [protected] |
networkIdManager | RakNet::AutoRPC | [protected] |
OnAck(unsigned int messageNumber, SystemAddress remoteSystemAddress, RakNetTime time) | PluginInterface2 | [inline, virtual] |
OnAttach(void) | RakNet::AutoRPC | [protected, virtual] |
OnAutoRPCCall(SystemAddress systemAddress, unsigned char *data, unsigned int lengthInBytes) | RakNet::AutoRPC | [protected, virtual] |
OnClosedConnection(SystemAddress systemAddress, RakNetGUID rakNetGUID, PI2_LostConnectionReason lostConnectionReason) | RakNet::AutoRPC | [protected, virtual] |
OnDetach(void) | PluginInterface2 | [inline, virtual] |
OnDirectSocketReceive(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface2 | [inline, virtual] |
OnDirectSocketSend(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface2 | [inline, virtual] |
OnFailedConnectionAttempt(Packet *packet, PI2_FailedConnectionAttemptReason failedConnectionAttemptReason) | PluginInterface2 | [inline, virtual] |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, int isSend) | PluginInterface2 | [inline, virtual] |
OnNewConnection(SystemAddress systemAddress, RakNetGUID rakNetGUID, bool isIncoming) | PluginInterface2 | [inline, virtual] |
OnPushBackPacket(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface2 | [inline, virtual] |
OnRakPeerShutdown(void) | RakNet::AutoRPC | [protected, virtual] |
OnRakPeerStartup(void) | PluginInterface2 | [inline, virtual] |
OnReceive(Packet *packet) | RakNet::AutoRPC | [protected, virtual] |
OnReliabilityLayerPacketError(const char *errorMessage, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface2 | [inline, virtual] |
OnRPCRemoteIndex(SystemAddress systemAddress, unsigned char *data, unsigned int lengthInBytes) | RakNet::AutoRPC | [protected, virtual] |
OnRPCUnknownRemoteIndex(SystemAddress systemAddress, unsigned char *data, unsigned int lengthInBytes, RakNetTime timestamp) | RakNet::AutoRPC | [protected, virtual] |
outgoingBroadcast | RakNet::AutoRPC | [protected] |
outgoingExtraData | RakNet::AutoRPC | [protected] |
outgoingNetworkID | RakNet::AutoRPC | [protected] |
outgoingOrderingChannel | RakNet::AutoRPC | [protected] |
outgoingPriority | RakNet::AutoRPC | [protected] |
outgoingReliability | RakNet::AutoRPC | [protected] |
outgoingSystemIdentifier | RakNet::AutoRPC | [protected] |
outgoingTimestamp | RakNet::AutoRPC | [protected] |
packetizedTCP | PluginInterface2 | [protected] |
PluginInterface2() | PluginInterface2 | |
PushBackPacketUnified(Packet *packet, bool pushAtHead) | PluginInterface2 | [protected] |
rakPeerInterface | PluginInterface2 | [protected] |
RegisterFunction(const char *uniqueIdentifier, void *functionPtr, bool isObjectMember, char parameterCount=-1) | RakNet::AutoRPC | |
remoteFunctions | RakNet::AutoRPC | [protected] |
RemoteRPCFunctionComp(const RPCIdentifier &key, const RemoteRPCFunction &data) | RakNet::AutoRPC | [static] |
SendCall(const char *uniqueIdentifier, const char *stack, unsigned int bytesOnStack, char parameterCount) | RakNet::AutoRPC | |
SendError(SystemAddress target, unsigned char errorCode, const char *functionName) | RakNet::AutoRPC | [protected] |
SendListUnified(const char **data, const int *lengths, const int numParameters, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast) | PluginInterface2 | [protected] |
SendUnified(const RakNet::BitStream *bitStream, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast) | PluginInterface2 | [protected] |
SetNetworkIDManager(NetworkIDManager *idMan) | RakNet::AutoRPC | |
SetOutgoingExtraData(void) | RakNet::AutoRPC | |
SetPacketizedTCP(PacketizedTCP *ptr) | PluginInterface2 | |
SetRakPeerInterface(RakPeerInterface *ptr) | PluginInterface2 | |
SetRecipientAddress(AddressOrGUID systemIdentifier, bool broadcast) | RakNet::AutoRPC | |
SetRecipientObject(NetworkID networkID) | RakNet::AutoRPC | |
SetSendParams(PacketPriority priority, PacketReliability reliability, char orderingChannel) | RakNet::AutoRPC | |
SetTimestamp(RakNetTime timeStamp) | RakNet::AutoRPC | |
UnregisterFunction(const char *uniqueIdentifier, bool isObjectMember) | RakNet::AutoRPC | |
Update(void) | PluginInterface2 | [inline, virtual] |
~AutoRPC() | RakNet::AutoRPC | [virtual] |
~PluginInterface2() | PluginInterface2 | [virtual] |