#include <autopilot.h>
Data Fields | |
char * | args [AUTOPILOT_MAX_ARGS] |
unsigned char | argcount |
int | command_enum |
int(* | ai_command_function )(AUTO *) |
Definition at line 285 of file autopilot.h.
int(* command_node_t::ai_command_function)(AUTO *) |
Referenced by auto_addcommand(), auto_create_command_node(), and auto_read_command_node().
unsigned char command_node_t::argcount |
Definition at line 287 of file autopilot.h.
Referenced by auto_addcommand(), auto_read_command_node(), and auto_write_command_node().
char* command_node_t::args[AUTOPILOT_MAX_ARGS] |
Definition at line 286 of file autopilot.h.
Referenced by auto_addcommand(), auto_destroy_command_node(), auto_get_command_arg(), auto_read_command_node(), auto_show_command(), and auto_write_command_node().
Definition at line 288 of file autopilot.h.
Referenced by auto_addcommand(), auto_get_command_enum(), and auto_read_command_node().