Planeshift
CmdSubscription Struct Reference

#include <cmdhandler.h>

Public Attributes

csString cmd
 name of command this listener listens to, like "/say" More...
 
iCmdSubscribersubscriber
 pointer to the subscriber More...
 
bool visible
 is this command visible to user in /help command? More...
 

Detailed Description

Definition at line 42 of file cmdhandler.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: