RakNet  4.0
RakNet::CommandParserInterface Member List

This is the complete list of members for RakNet::CommandParserInterface, including all inherited members.

GetName(void) const =0RakNet::CommandParserInterfacepure virtual
OnCommand(const char *command, unsigned numParameters, char **parameterList, TransportInterface *transport, const SystemAddress &systemAddress, const char *originalString)=0RakNet::CommandParserInterfacepure virtual
OnConnectionLost(const SystemAddress &systemAddress, TransportInterface *transport)RakNet::CommandParserInterfacevirtual
OnNewIncomingConnection(const SystemAddress &systemAddress, TransportInterface *transport)RakNet::CommandParserInterfacevirtual
OnTransportChange(TransportInterface *transport)RakNet::CommandParserInterfacevirtual
RegisterCommand(unsigned char parameterCount, const char *command, const char *commandHelp)RakNet::CommandParserInterfacevirtual
ReturnResult(bool res, const char *command, TransportInterface *transport, const SystemAddress &systemAddress)RakNet::CommandParserInterfacevirtual
ReturnResult(const char *command, TransportInterface *transport, const SystemAddress &systemAddress)RakNet::CommandParserInterfacevirtual
SendHelp(TransportInterface *transport, const SystemAddress &systemAddress)=0RakNet::CommandParserInterfacepure virtual