#include <mech.h>
Data Fields | |
char | pilotstatus |
char | terrain |
char | elev |
short | hexes_walked |
short | facing |
short | x |
short | y |
short | z |
short | last_x |
short | last_y |
float | fx |
float | fy |
float | fz |
int | team |
int | unusable_arcs |
int | stall |
dbref | pilot |
dbref | bay [NUM_BAYS] |
dbref | turret [NUM_TURRETS] |
Definition at line 876 of file mech.h.
dbref mech_pd::bay[NUM_BAYS] |
char mech_pd::elev |
short mech_pd::facing |
float mech_pd::fx |
float mech_pd::fy |
float mech_pd::fz |
short mech_pd::hexes_walked |
short mech_pd::last_x |
short mech_pd::last_y |
char mech_pd::pilotstatus |
int mech_pd::stall |
int mech_pd::team |
char mech_pd::terrain |
dbref mech_pd::turret[NUM_TURRETS] |
short mech_pd::x |
short mech_pd::y |
short mech_pd::z |