OpenTTD Source 20241224-master-gf74b0cf984
WaterFeature Struct Reference

Information about a water feature. More...

#include <newgrf_canal.h>

Data Fields

const SpriteGroupgroup
 Sprite group to start resolving.
 
const GRFFilegrffile
 NewGRF where 'group' belongs to.
 
uint8_t callback_mask
 Bitmask of canal callbacks that have to be called.
 
uint8_t flags
 Flags controlling display.
 

Detailed Description

Information about a water feature.

Definition at line 22 of file newgrf_canal.h.

Field Documentation

◆ callback_mask

uint8_t WaterFeature::callback_mask

Bitmask of canal callbacks that have to be called.

Definition at line 25 of file newgrf_canal.h.

Referenced by FinaliseCanals().

◆ flags

uint8_t WaterFeature::flags

Flags controlling display.

Definition at line 26 of file newgrf_canal.h.

Referenced by FinaliseCanals().

◆ grffile

const GRFFile* WaterFeature::grffile

NewGRF where 'group' belongs to.

Definition at line 24 of file newgrf_canal.h.

Referenced by FinaliseCanals().

◆ group

const SpriteGroup* WaterFeature::group

Sprite group to start resolving.

Definition at line 23 of file newgrf_canal.h.

Referenced by CanalResolverObject::CanalResolverObject().


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