Planeshift
CommandGroup Struct Reference

Defines a command group. More...

#include <commandmanager.h>

Public Attributes

csArray< csString > commands
 List of all the commands in this group. More...
 
unsigned int id
 Unique ID code from database. More...
 
csString name
 The name of the group from the database. More...
 

Detailed Description

Defines a command group.

Definition at line 39 of file commandmanager.h.

Member Data Documentation

csArray<csString> CommandGroup::commands

List of all the commands in this group.

Definition at line 43 of file commandmanager.h.

unsigned int CommandGroup::id

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.


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