OpenTTD Source
20241108-master-g80f628063a
|
Resolver for the industry tiles scope. More...
#include <newgrf_industrytiles.h>
Public Member Functions | |
IndustryTileScopeResolver (ResolverObject &ro, Industry *industry, TileIndex tile) | |
Constructor of the scope resolver for the industry tile. More... | |
uint32_t | GetRandomBits () const override |
Get a few random bits. More... | |
uint32_t | GetVariable (uint8_t variable, [[maybe_unused]] uint32_t parameter, bool &available) const override |
Get a variable value. More... | |
uint32_t | GetTriggers () const override |
Get the triggers. More... | |
Public Member Functions inherited from ScopeResolver | |
ScopeResolver (ResolverObject &ro) | |
virtual void | StorePSA (uint reg, int32_t value) |
Store a value into the persistent storage area (PSA). More... | |
Data Fields | |
Industry * | industry |
Industry owning the tiles. | |
TileIndex | tile |
Tile being resolved. | |
Data Fields inherited from ScopeResolver | |
ResolverObject & | ro |
Surrounding resolver object. | |
Resolver for the industry tiles scope.
Definition at line 18 of file newgrf_industrytiles.h.
|
inline |
Constructor of the scope resolver for the industry tile.
ro | Surrounding resolver. |
industry | Industry owning the tile. |
tile | Tile of the industry. |
Definition at line 28 of file newgrf_industrytiles.h.
|
overridevirtual |
Get a few random bits.
Default implementation has no random bits.
Reimplemented from ScopeResolver.
Definition at line 102 of file newgrf_industrytiles.cpp.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsValidTile(), and tile.
|
overridevirtual |
Get the triggers.
Base class returns 0
to prevent trouble.
Reimplemented from ScopeResolver.
Definition at line 110 of file newgrf_industrytiles.cpp.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsValidTile(), and tile.
|
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 61 of file newgrf_industrytiles.cpp.
References ClosestTownFromTile(), GetAnimationFrame(), GetIndustryConstructionStage(), GetNearbyIndustryTileInformation(), GetRelativePosition(), GetTerrainType(), GetTownRadiusGroup(), industry, IsTileType(), Industry::location, MP_INDUSTRY, tile, and OrthogonalTileArea::tile.