|
Planeshift
|
This is a little class to store an array of commands and functions to call with each command. More...
#include <command.h>
Public Attributes | |
| bool | allowRemote |
| const char * | doc |
| cmdfuncptr * | func |
| const char * | name |
This is a little class to store an array of commands and functions to call with each command.
The allowRemote flag determines whether each command is allowed from a remote console or just from the local console.
| cmdfuncptr* COMMAND::func |