|
This is the offset into the module segment of the handler routine that processes this command.
|
|
This field is a set of flags that determine how the command is handled. The bitfields are defined as follows:
|
| Bit |
Field |
Description |
| [0] |
Ignore |
pretend this command is not in the list |
| [1] |
Hide |
don't display info about this command |
| [2] |
Console |
command available for use on the console |
| [3] |
Script |
command available for use in scripts |
| [15:4] |
Reserved |
these flags are reserved for future use |
|
|
This is the offset into the module segment of the command name, a null-terminated string.
|
|
This is the offset into the module segment of the command description, a short string presented to the user in the master command list. If no description is provided, this field should be zeroed out.
|
|
This is the offset into the module segment of the command help text, a small paragraph presented to the user when command-specific help is requested. If no help is provided, this field should be zeroed out.
|
|