CommandGroup

Encapsulates a group of commands that fit into a common category.

Constructors

this
this(string caption, Command[] commands)
Undocumented in source.

Members

Variables

caption
string caption;

Caption of the command category

commands
Command[] commands;

List of commands contained in this group

Meta