OpenTTD Source 20250205-master-gfd85ab1e2c
CanalProperties Struct Reference

Canal properties local to the NewGRF. More...

#include <newgrf.h>

Data Fields

CanalCallbackMasks 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 41 of file newgrf.h.

Field Documentation

◆ callback_mask

CanalCallbackMasks CanalProperties::callback_mask

Bitmask of canal callbacks that have to be called.

Definition at line 42 of file newgrf.h.

Referenced by CanalChangeInfo().

◆ flags

uint8_t CanalProperties::flags

Flags controlling display.

Definition at line 43 of file newgrf.h.

Referenced by CanalChangeInfo().


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