OpenTTD Source 20241224-master-gf74b0cf984
NIFeature Struct Reference

Container for all information for a given feature. More...

Data Fields

const NIPropertyproperties
 The properties associated with this feature.
 
const NICallbackcallbacks
 The callbacks associated with this feature.
 
const NIVariablevariables
 The variables associated with this feature.
 
const NIHelperhelper
 The class container all helper functions.
 

Detailed Description

Container for all information for a given feature.

Definition at line 224 of file newgrf_debug_gui.cpp.

Field Documentation

◆ callbacks

const NICallback* NIFeature::callbacks

The callbacks associated with this feature.

Definition at line 226 of file newgrf_debug_gui.cpp.

◆ helper

const NIHelper* NIFeature::helper

The class container all helper functions.

Definition at line 228 of file newgrf_debug_gui.cpp.

Referenced by GetFeatureHelper(), and IsNewGRFInspectable().

◆ properties

const NIProperty* NIFeature::properties

The properties associated with this feature.

Definition at line 225 of file newgrf_debug_gui.cpp.

◆ variables

const NIVariable* NIFeature::variables

The variables associated with this feature.

Definition at line 227 of file newgrf_debug_gui.cpp.

Referenced by NewGRFInspectWindow::OnClick().


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