|
OpenTTD Source 20251104-master-g3befbdd52f
|
Resolver for the railtype scope. More...
#include <newgrf_roadtype.h>
Public Member Functions | |
| RoadTypeScopeResolver (ResolverObject &ro, const RoadTypeInfo *rti, TileIndex tile, TileContext context) | |
| Constructor of the roadtype scope resolvers. | |
| uint32_t | GetRandomBits () const override |
| Get a few random bits. | |
| uint32_t | GetVariable (uint8_t variable, uint32_t parameter, bool &available) const override |
| Get a variable value. | |
Public Member Functions inherited from ScopeResolver | |
| ScopeResolver (ResolverObject &ro) | |
| virtual uint32_t | GetRandomTriggers () const |
| Get the triggers. | |
| virtual void | StorePSA (uint reg, int32_t value) |
| Store a value into the persistent storage area (PSA). | |
Data Fields | |
| TileIndex | tile |
| Tracktile. For track on a bridge this is the southern bridgehead. | |
| TileContext | context |
| Are we resolving sprites for the upper halftile, or on a bridge? | |
| const RoadTypeInfo * | rti |
Data Fields inherited from ScopeResolver | |
| ResolverObject & | ro |
| Surrounding resolver object. | |
Resolver for the railtype scope.
Definition at line 18 of file newgrf_roadtype.h.
|
inline |
Constructor of the roadtype scope resolvers.
| ro | Surrounding resolver. |
| rti | Associated RoadTypeInfo. |
| tile | Tile containing the track. For track on a bridge this is the southern bridgehead. |
| context | Are we resolving sprites for the upper halftile, or on a bridge? |
Definition at line 30 of file newgrf_roadtype.h.
|
overridevirtual |
Get a few random bits.
Default implementation has no random bits.
Reimplemented from ScopeResolver.
Definition at line 56 of file newgrf_roadtype.cpp.
References CountBits(), GB(), tile, TILE_SIZE, TileX(), and TileY().
|
overridevirtual |
Get a variable value.
Default implementation has no available variables.
| variable | Variable to read | |
| parameter | Parameter for 60+x variables | |
| [out] | available | Set to false, in case the variable does not exist. |
Reimplemented from ScopeResolver.
Definition at line 62 of file newgrf_roadtype.cpp.
References Depot::build_date, ClosestTownFromTile(), context, TimerGameCalendar::date, Debug, GetReverseRoadTypeTranslation(), GetTerrainType(), GetTownRadiusGroup(), GetTrackTypes(), ResolverObject::grffile, RoadTypeInfo::Index(), INVALID_TILE, IsCrossingBarred(), IsLevelCrossingTile(), IsRoadDepotTile(), ScopeResolver::ro, tile, and to_underlying().
| TileContext RoadTypeScopeResolver::context |
Are we resolving sprites for the upper halftile, or on a bridge?
Definition at line 20 of file newgrf_roadtype.h.
Referenced by GetVariable().
| const RoadTypeInfo* RoadTypeScopeResolver::rti |
Definition at line 21 of file newgrf_roadtype.h.
| TileIndex RoadTypeScopeResolver::tile |
Tracktile. For track on a bridge this is the southern bridgehead.
Definition at line 19 of file newgrf_roadtype.h.
Referenced by GetRandomBits(), and GetVariable().