OpenTTD Source 20241224-master-gf74b0cf984
CanalProperties Struct Reference

Canal properties local to the NewGRF. More...

#include <newgrf.h>

Data Fields

uint8_t callback_mask
 Bitmask of canal callbacks that have to be called.
 
uint8_t flags
 Flags controlling display.
 

Detailed Description

Canal properties local to the NewGRF.

Definition at line 40 of file newgrf.h.

Field Documentation

◆ callback_mask

uint8_t CanalProperties::callback_mask

Bitmask of canal callbacks that have to be called.

Definition at line 41 of file newgrf.h.

Referenced by CanalChangeInfo(), and FinaliseCanals().

◆ flags

uint8_t CanalProperties::flags

Flags controlling display.

Definition at line 42 of file newgrf.h.

Referenced by CanalChangeInfo(), and FinaliseCanals().


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