A record of a sighting event. More...
Public Member Functions | |
sight_data (size_t viewed_id, const map_location &viewed_loc, size_t viewer_id, const map_location &viewer_loc) | |
Public Attributes | |
size_t | seen_id |
map_location | seen_loc |
size_t | sighter_id |
map_location | sighter_loc |
A record of a sighting event.
Records the unit doing a sighting, the location of that unit at the time of the sighting, and the location of the sighted unit.
Definition at line 141 of file vision.cpp.
|
inline |
Definition at line 142 of file vision.cpp.
size_t actions::shroud_clearer::sight_data::seen_id |
Definition at line 148 of file vision.cpp.
map_location actions::shroud_clearer::sight_data::seen_loc |
Definition at line 149 of file vision.cpp.
size_t actions::shroud_clearer::sight_data::sighter_id |
Definition at line 150 of file vision.cpp.
map_location actions::shroud_clearer::sight_data::sighter_loc |
Definition at line 151 of file vision.cpp.