A record of a sighting event. More...
Public Member Functions | |
sight_data (std::size_t viewed_id, const map_location &viewed_loc, std::size_t viewer_id, const map_location &viewer_loc) | |
Public Attributes | |
std::size_t | seen_id |
map_location | seen_loc |
std::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 137 of file vision.cpp.
|
inline |
Definition at line 138 of file vision.cpp.
std::size_t actions::shroud_clearer::sight_data::seen_id |
Definition at line 144 of file vision.cpp.
map_location actions::shroud_clearer::sight_data::seen_loc |
Definition at line 145 of file vision.cpp.
std::size_t actions::shroud_clearer::sight_data::sighter_id |
Definition at line 146 of file vision.cpp.
map_location actions::shroud_clearer::sight_data::sighter_loc |
Definition at line 147 of file vision.cpp.