RakNetCommandParser Member List
This is the complete list of members for
RakNetCommandParser, including all inherited members.
GetName(void) const | RakNetCommandParser | [virtual] |
IntegersToSystemAddress(int binaryAddress, int port) | CommandParserInterface | |
OnCommand(const char *command, unsigned numParameters, char **parameterList, TransportInterface *transport, SystemAddress systemAddress, const char *originalString) | RakNetCommandParser | [virtual] |
OnConnectionLost(SystemAddress systemAddress, TransportInterface *transport) | CommandParserInterface | [virtual] |
OnNewIncomingConnection(SystemAddress systemAddress, TransportInterface *transport) | CommandParserInterface | [virtual] |
OnTransportChange(TransportInterface *transport) | CommandParserInterface | [virtual] |
peer | RakNetCommandParser | [protected] |
RegisterCommand(unsigned char parameterCount, const char *command, const char *commandHelp) | CommandParserInterface | [virtual] |
ReturnResult(bool res, const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
ReturnResult(const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
SendHelp(TransportInterface *transport, SystemAddress systemAddress) | RakNetCommandParser | [virtual] |
SetRakPeerInterface(RakPeerInterface *rakPeer) | RakNetCommandParser | |