#include <mech.sensor.h>
Data Fields | |
char * | sensorname |
char * | matchletter |
int | fullvision |
int | maxvis |
int | maxvvar |
int(* | seechance_func )(MECH *, MAP *, int, float, int, int) |
int(* | cansee_func )(MECH *, MECH *, MAP *, float, int) |
int(* | tohitbonus_func )(MECH *mech, MECH *target, MAP *, int, int) |
int | min_light |
int | max_light |
int | required_special |
int | specials_set |
int | attributeCheck |
char * | range_desc |
char * | block_desc |
char * | special_desc |
Definition at line 26 of file mech.sensor.h.
Definition at line 59 of file mech.sensor.h.
char* SensorStruct::block_desc |
Definition at line 62 of file mech.sensor.h.
int(* SensorStruct::cansee_func)(MECH *, MECH *, MAP *, float, int) |
Referenced by MechSeesOverMountain(), MechSeesThroughWater(), and MechSeesThroughWoods().
Definition at line 31 of file mech.sensor.h.
Definition at line 28 of file mech.sensor.h.
Definition at line 54 of file mech.sensor.h.
Definition at line 37 of file mech.sensor.h.
Definition at line 53 of file mech.sensor.h.
char* SensorStruct::range_desc |
Definition at line 61 of file mech.sensor.h.
Definition at line 56 of file mech.sensor.h.
int(* SensorStruct::seechance_func)(MECH *, MAP *, int, float, int, int) |
Referenced by Sensor_Sees().
char* SensorStruct::sensorname |
Definition at line 27 of file mech.sensor.h.
Definition at line 63 of file mech.sensor.h.
Definition at line 57 of file mech.sensor.h.
int(* SensorStruct::tohitbonus_func)(MECH *mech, MECH *target, MAP *, int, int) |
Referenced by Sensor_ToHitBonus().