#include <autopilot.h>
Data Fields | |
char * | name |
int | argcount |
int | command_enum |
int(* | ai_command_function )(AUTO *) |
Definition at line 293 of file autopilot.h.
int(* ACOM::ai_command_function)(AUTO *) |
Referenced by auto_addcommand(), and auto_read_command_node().
int ACOM::argcount |
Definition at line 295 of file autopilot.h.
Referenced by auto_addcommand(), and auto_valid_progline().
Definition at line 296 of file autopilot.h.
Referenced by auto_addcommand(), and auto_read_command_node().
char* ACOM::name |
Definition at line 294 of file autopilot.h.
Referenced by auto_addcommand(), and auto_read_command_node().