Planeshift
|
Defines a command group. More...
#include <commandmanager.h>
Public Attributes | |
csArray< csString > | commands |
List of all the commands in this group. | |
unsigned int | id |
Unique ID code from database. | |
csString | name |
The name of the group from the database. |
Defines a command group.
Definition at line 39 of file commandmanager.h.
csArray<csString> CommandGroup::commands |
List of all the commands in this group.
Definition at line 43 of file commandmanager.h.
Unique ID code from database.
Definition at line 42 of file commandmanager.h.
csString CommandGroup::name |
The name of the group from the database.
Definition at line 41 of file commandmanager.h.