|
OpenTTD Source 15.0-beta1
|
Container for all information for a given feature. More...
Data Fields | |
| const NIProperty * | properties |
| The properties associated with this feature. | |
| const NICallback * | callbacks |
| The callbacks associated with this feature. | |
| const NIVariable * | variables |
| The variables associated with this feature. | |
| const NIHelper * | helper |
| The class container all helper functions. | |
Container for all information for a given feature.
Definition at line 224 of file newgrf_debug_gui.cpp.
| const NICallback* NIFeature::callbacks |
The callbacks associated with this feature.
Definition at line 226 of file newgrf_debug_gui.cpp.
| 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().
| const NIProperty* NIFeature::properties |
The properties associated with this feature.
Definition at line 225 of file newgrf_debug_gui.cpp.
| const NIVariable* NIFeature::variables |
The variables associated with this feature.
Definition at line 227 of file newgrf_debug_gui.cpp.
Referenced by NewGRFInspectWindow::OnClick().