83 double get_x(
char* me);
98 double get_y(
char* me);
double get_radar_angle(char *me)
Get the angle of the radar of the starship piloted by the plugin me.
int get_gun_status(char *me)
Get the number of frames needed to reload the gun of the starship piloted by the plugin me...
The core objet on an A.I. handling the decision making.
double get_y(char *me)
Get the position in ordinate of the starship piloted by the plugin me.
This structure gathers information scaned by the radar about other starships.
double get_x(char *me)
Get the position in absicca of the starship piloted by the plugin me.
int get_nb_team(char *me)
Get the number of the team of the starship piloted by the plugin me.
void get_scan_from_radar(char *me, View_starship **S, int *nb_starship, View_missile **M, int *nb_missile)
Set information that the radar can get in its current position.
This structure gathers the information needed to pilot a starship each frame.
double get_gun_angle(char *me)
Get the angle of the gun of the starship piloted by the plugin me.
int get_speed(char *me)
Get the gear of the starship piloted by the plugin me.
This structure gathers information scaned by the radar about missiles.
double get_move_angle(char *me)
Get the moving angle of the starship piloted by the plugin me.
int get_life(char *me)
Get the life of the starship piloted by the plugin me.