Planeshift
|
#include <cmdhandler.h>
Public Attributes | |
csString | cmd |
name of command this listener listens to, like "/say" | |
iCmdSubscriber * | subscriber |
pointer to the subscriber | |
bool | visible |
is this command visible to user in /help command? |
Definition at line 42 of file cmdhandler.h.
csString CmdSubscription::cmd |
name of command this listener listens to, like "/say"
Definition at line 45 of file cmdhandler.h.
pointer to the subscriber
Definition at line 51 of file cmdhandler.h.
is this command visible to user in /help command?
Definition at line 48 of file cmdhandler.h.