Contains CommandParserInterface , from which you derive custom command parsers. More...
#include "RakMemoryOverride.h"
#include "RakNetTypes.h"
#include "DS_OrderedList.h"
#include "Export.h"
Go to the source code of this file.
Classes | |
struct | RegisteredCommand |
class | CommandParserInterface |
The interface used by command parsers. More... | |
Functions | |
int RAK_DLL_EXPORT | RegisteredCommandComp (const char *const &key, const RegisteredCommand &data) |
List of commands registered with RegisterCommand(). |
Contains CommandParserInterface , from which you derive custom command parsers.
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file CommandParserInterface.h.
int RAK_DLL_EXPORT RegisteredCommandComp | ( | const char *const & | key, | |
const RegisteredCommand & | data | |||
) |
List of commands registered with RegisterCommand().
Definition at line 26 of file CommandParserInterface.cpp.