#include <RakNetTransport.h>
Inheritance diagram for RakNetTransportCommandParser:
Public Member Functions | |
bool | OnCommand (const char *command, unsigned numParameters, char **parameterList, TransportInterface *transport, PlayerID playerId, const char *originalString) |
char * | GetName (void) const |
void | SendHelp (TransportInterface *transport, PlayerID playerId) |
|
You are responsible for overriding this function and returning a static string, which will identifier your parser. This should return a static string
Implements CommandParserInterface. |
|
Given command with parameters parameterList , do whatever processing you wish.
Implements CommandParserInterface. |
|
A callback for when you are expected to send a brief description of your parser to playerId
Implements CommandParserInterface. |