Define a command with the flags which belongs to it. More...
#include <command_type.h>
Data Fields | |
CommandProc * | proc |
byte | flags |
Define a command with the flags which belongs to it.
This struct connect a command handler function with the flags created with the CMD_AUTO, CMD_OFFLINE and CMD_SERVER values.
Definition at line 384 of file command_type.h.