OpenTTD
|
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 | GetRandomBits () const |
Get a few random bits. | |
uint32 | GetVariable (byte variable, uint32 parameter, bool *available) const |
Get a variable value. | |
uint32 | GetTriggers () const |
Get the triggers. | |
void | SetTriggers (int triggers) const |
Set the triggers. | |
![]() | |
ScopeResolver (ResolverObject &ro) | |
virtual void | StorePSA (uint reg, int32 value) |
Store a value into the persistent storage area (PSA). |
Data Fields | |
Industry * | industry |
Industry owning the tiles. | |
TileIndex | tile |
Tile being resolved. | |
![]() | |
ResolverObject & | ro |
Surrounding resolver object. |
Resolver for the industry tiles scope.
Definition at line 20 of file newgrf_industrytiles.h.
IndustryTileScopeResolver::IndustryTileScopeResolver | ( | ResolverObject & | ro, |
Industry * | industry, | ||
TileIndex | tile | ||
) |
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 161 of file newgrf_industrytiles.cpp.
|
virtual |
Get a few random bits.
Default implementation has no random bits.
Reimplemented from ScopeResolver.
Definition at line 104 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.
|
virtual |
Get the triggers.
Base class returns 0
to prevent trouble.
Reimplemented from ScopeResolver.
Definition at line 112 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.
|
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 63 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, OrthogonalTileArea::tile, and tile.
|
virtual |
Set the triggers.
Base class implementation does nothing.
triggers | Triggers to set. |
Reimplemented from ScopeResolver.
Definition at line 120 of file newgrf_industrytiles.cpp.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, industry, IsTileType(), IsValidTile(), MP_INDUSTRY, SetIndustryTriggers(), and tile.