Variable CommandEvent.args

Array of arguments

Declaration

class CommandEvent
{
  // ...
  string[] args;
  // ...
}