AutoRPC() | AutoRPC | |
Call(const char *uniqueIdentifier) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, bool es1=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, bool es1=true, bool es2=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, bool es1=true, bool es2=true, bool es3=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, bool es1=true, bool es2=true, bool es3=true, bool es4=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, bool es1=true, bool es2=true, bool es3=true, bool es4=true, bool es5=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, bool es1=true, bool es2=true, bool es3=true, bool es4=true, bool es5=true, bool es6=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, bool es1=true, bool es2=true, bool es3=true, bool es4=true, bool es5=true, bool es6=true, bool es7=true) | AutoRPC | [inline] |
Call(const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, bool es1=true, bool es2=true, bool es3=true, bool es4=true, bool es5=true, bool es6=true, bool es7=true, bool es8=true) | AutoRPC | [inline] |
GetCurrentExecution(void) const | AutoRPC | |
GetIncomingExtraData(void) | AutoRPC | |
GetLastSenderAddress(void) const | AutoRPC | |
GetLastSenderTimestamp(void) const | AutoRPC | |
GetRakPeer(void) const | AutoRPC | |
OnAttach(RakPeerInterface *peer) | AutoRPC | [protected, virtual] |
OnCloseConnection(RakPeerInterface *peer, SystemAddress systemAddress) | AutoRPC | [protected, virtual] |
OnDetach(RakPeerInterface *peer) | PluginInterface | [virtual] |
OnDirectSocketReceive(const char *data, const unsigned bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface | [virtual] |
OnDirectSocketSend(const char *data, const unsigned bitsUsed, SystemAddress remoteSystemAddress) | PluginInterface | [virtual] |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, bool isSend) | PluginInterface | [virtual] |
OnReceive(RakPeerInterface *peer, Packet *packet) | AutoRPC | [protected, virtual] |
OnShutdown(RakPeerInterface *peer) | AutoRPC | [protected, virtual] |
OnStartup(RakPeerInterface *peer) | PluginInterface | [virtual] |
RegisterFunction(const char *uniqueIdentifier, void *functionPtr, bool isObjectMember) | AutoRPC | |
SetNetworkIDManager(NetworkIDManager *idMan) | AutoRPC | |
SetOutgoingExtraData(void) | AutoRPC | |
SetRecipientAddress(SystemAddress systemAddress, bool broadcast) | AutoRPC | |
SetRecipientObject(NetworkID networkID) | AutoRPC | |
SetSendParams(PacketPriority priority, PacketReliability reliability, char orderingChannel) | AutoRPC | |
SetTimestamp(RakNetTime timeStamp) | AutoRPC | |
UnregisterFunction(const char *uniqueIdentifier, bool isObjectMember) | AutoRPC | |
Update(RakPeerInterface *peer) | PluginInterface | [virtual] |
~AutoRPC() | AutoRPC | [virtual] |