OpenTTD Source
20241108-master-g80f628063a
|
Scope resolver of a canal tile. More...
Public Member Functions | |
CanalScopeResolver (ResolverObject &ro, TileIndex tile) | |
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... | |
Public Member Functions inherited from ScopeResolver | |
ScopeResolver (ResolverObject &ro) | |
virtual uint32_t | GetTriggers () const |
Get the triggers. More... | |
virtual void | StorePSA (uint reg, int32_t value) |
Store a value into the persistent storage area (PSA). More... | |
Data Fields | |
TileIndex | tile |
Tile containing the canal. | |
Data Fields inherited from ScopeResolver | |
ResolverObject & | ro |
Surrounding resolver object. | |
Scope resolver of a canal tile.
Definition at line 24 of file newgrf_canal.cpp.
|
overridevirtual |
Get a few random bits.
Default implementation has no random bits.
Reimplemented from ScopeResolver.
Definition at line 56 of file newgrf_canal.cpp.
References GetWaterTileRandomBits(), IsTileType(), MP_WATER, 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 62 of file newgrf_canal.cpp.
References Debug, DIR_E, DIR_N, DIR_NE, DIR_NW, DIR_S, DIR_SE, DIR_SW, DIR_W, GetLockPart(), GetTerrainType(), GetTileZ(), GetWaterTileRandomBits(), IsLock(), IsTileType(), IsWateredTile(), LOCK_PART_UPPER, MP_WATER, tile, and TileAddXY().