OpenTTD Source  20240919-master-gdf0233f4c2
IndustryTileScopeResolver Struct Reference

Resolver for the industry tiles scope. More...

#include <newgrf_industrytiles.h>

Inheritance diagram for IndustryTileScopeResolver:
ScopeResolver

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

Industryindustry
 Industry owning the tiles.
 
TileIndex tile
 Tile being resolved.
 
- Data Fields inherited from ScopeResolver
ResolverObjectro
 Surrounding resolver object.
 

Detailed Description

Resolver for the industry tiles scope.

Definition at line 18 of file newgrf_industrytiles.h.

Constructor & Destructor Documentation

◆ IndustryTileScopeResolver()

IndustryTileScopeResolver::IndustryTileScopeResolver ( ResolverObject ro,
Industry industry,
TileIndex  tile 
)
inline

Constructor of the scope resolver for the industry tile.

Parameters
roSurrounding resolver.
industryIndustry owning the tile.
tileTile of the industry.

Definition at line 28 of file newgrf_industrytiles.h.

Member Function Documentation

◆ GetRandomBits()

uint32_t IndustryTileScopeResolver::GetRandomBits ( ) const
overridevirtual

Get a few random bits.

Default implementation has no random bits.

Returns
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.

◆ GetTriggers()

uint32_t IndustryTileScopeResolver::GetTriggers ( ) const
overridevirtual

Get the triggers.

Base class returns 0 to prevent trouble.

Returns
The triggers.

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.

◆ GetVariable()

uint32_t IndustryTileScopeResolver::GetVariable ( uint8_t  variable,
[[maybe_unused] ] uint32_t  parameter,
bool &  available 
) const
overridevirtual

Get a variable value.

Default implementation has no available variables.

Parameters
variableVariable to read
parameterParameter for 60+x variables
[out]availableSet to false, in case the variable does not exist.
Returns
Value

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, OrthogonalTileArea::tile, and tile.


The documentation for this struct was generated from the following files: