Variable CommandObject.level

The permissions level required for the command

Declaration

class CommandObject
{
  // ...
  int level;
  // ...
}