OpenTTD Source
12.0-beta2
|
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. More... | |
uint32 | GetRandomBits () const |
Get a few random bits. More... | |
uint32 | GetVariable (byte variable, uint32 parameter, bool *available) const |
Get a variable value. More... | |
![]() | |
ScopeResolver (ResolverObject &ro) | |
virtual uint32 | GetTriggers () const |
Get the triggers. More... | |
virtual void | StorePSA (uint reg, int32 value) |
Store a value into the persistent storage area (PSA). More... | |
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 |
![]() | |
ResolverObject & | ro |
Surrounding resolver object. | |
Resolver for the railtype scope.
Definition at line 18 of file newgrf_roadtype.h.
RoadTypeScopeResolver::RoadTypeScopeResolver | ( | ResolverObject & | ro, |
const RoadTypeInfo * | rti, | ||
TileIndex | tile, | ||
TileContext | context | ||
) |
Constructor of the roadtype scope resolvers.
ro | Surrounding resolver. |
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 82 of file newgrf_roadtype.cpp.
|
virtual |
Get a few random bits.
Default implementation has no random bits.
Reimplemented from ScopeResolver.
Definition at line 19 of file newgrf_roadtype.cpp.
References CountBits(), GB(), tile, TILE_SIZE, TileX(), and TileY().
|
virtual |
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 25 of file newgrf_roadtype.cpp.
References _date, INVALID_TILE, and tile.