, including all inherited members.
commandList | CommandParserInterface | [protected] |
CommandParserInterface() | CommandParserInterface | |
GetName(void) const | RakNetCommandParser | [virtual] |
GetRegisteredCommand(const char *command, RegisteredCommand *rc) | CommandParserInterface | [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] |
ParseConsoleString(char *str, const char delineator, unsigned char delineatorToggle, unsigned *numParameters, char **parameterList, unsigned parameterListLength) | CommandParserInterface | [static] |
peer | RakNetCommandParser | [protected] |
RakNetCommandParser() | RakNetCommandParser | |
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(char *res, const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
ReturnResult(SystemAddress res, const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
ReturnResult(int res, const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
ReturnResult(const char *command, TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
SendCommandList(TransportInterface *transport, SystemAddress systemAddress) | CommandParserInterface | [virtual] |
SendHelp(TransportInterface *transport, SystemAddress systemAddress) | RakNetCommandParser | [virtual] |
SetRakPeerInterface(RakPeerInterface *rakPeer) | RakNetCommandParser | |
VARIABLE_NUMBER_OF_PARAMETERS | CommandParserInterface | [static] |
~CommandParserInterface() | CommandParserInterface | [virtual] |
~RakNetCommandParser() | RakNetCommandParser | |