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