OpenTTD Source 20250205-master-gfd85ab1e2c
|
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. | |
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. | |
uint32_t | GetTriggers () const override |
Get the triggers. | |
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). | |
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 GetIndustryRandomBits(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsTileType(), IsValidTile(), MP_INDUSTRY, 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 GetIndustryTriggers(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsTileType(), IsValidTile(), MP_INDUSTRY, 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(), Debug, GetAnimationFrame(), Industry::GetByTile(), GetIndustryConstructionStage(), GetIndustryIDAtOffset(), GetNearbyIndustryTileInformation(), GetNearbyTile(), GetRelativePosition(), GetTerrainType(), GetTownRadiusGroup(), ResolverObject::grffile, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsTileType(), Industry::location, MP_INDUSTRY, ScopeResolver::ro, tile, and OrthogonalTileArea::tile.
Industry* IndustryTileScopeResolver::industry |
Industry owning the tiles.
Definition at line 19 of file newgrf_industrytiles.h.
Referenced by GetRandomBits(), GetTriggers(), and GetVariable().
TileIndex IndustryTileScopeResolver::tile |
Tile being resolved.
Definition at line 20 of file newgrf_industrytiles.h.
Referenced by GetRandomBits(), GetTriggers(), and GetVariable().