|
OpenTTD Source 15.3
|
Iterate over all vehicles near a given world coordinate. More...
#include <vehicle_func.h>
Data Structures | |
| class | Iterator |
| Forward iterator. More... | |
Public Member Functions | |
| VehiclesNearTileXY (int32_t x, int32_t y, uint max_dist) | |
| Iterator | begin () const |
| std::default_sentinel_t | end () const |
Private Attributes | |
| Iterator | start |
Iterate over all vehicles near a given world coordinate.
Definition at line 119 of file vehicle_func.h.
|
inlineexplicit |
Definition at line 163 of file vehicle_func.h.
|
inline |
Definition at line 164 of file vehicle_func.h.
|
inline |
Definition at line 165 of file vehicle_func.h.
|
private |
Definition at line 167 of file vehicle_func.h.