SLikeNet
0.1.3
|
Contains CommandParserInterface , from which you derive custom command parsers. More...
Go to the source code of this file.
Classes | |
struct | SLNet::RegisteredCommand |
class | SLNet::CommandParserInterface |
The interface used by command parsers. More... | |
Namespaces | |
namespace | SLNet |
Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc. | |
Functions | |
int RAK_DLL_EXPORT | SLNet::RegisteredCommandComp (const char *const &key, const RegisteredCommand &data) |
List of commands registered with RegisterCommand() | |
Contains CommandParserInterface , from which you derive custom command parsers.
Definition in file CommandParserInterface.h.
struct SLNet::RegisteredCommand |
Definition at line 37 of file CommandParserInterface.h.
Class Members | ||
---|---|---|
const char * | command | |
const char * | commandHelp | |
unsigned char | parameterCount |