OpenTTD Source 20250205-master-gfd85ab1e2c
|
Container for all information for a given feature. More...
Data Fields | |
std::span< const NIProperty > | properties |
The properties associated with this feature. | |
std::span< const NICallback > | callbacks |
The callbacks associated with this feature. | |
std::span< const NIVariable > | variables |
The variables associated with this feature. | |
std::unique_ptr< const NIHelper > | helper |
The class container all helper functions. | |
Container for all information for a given feature.
Definition at line 233 of file newgrf_debug_gui.cpp.
std::span<const NICallback> NIFeature::callbacks |
The callbacks associated with this feature.
Definition at line 235 of file newgrf_debug_gui.cpp.
std::unique_ptr<const NIHelper> NIFeature::helper |
The class container all helper functions.
Definition at line 237 of file newgrf_debug_gui.cpp.
Referenced by GetFeatureHelper(), and IsNewGRFInspectable().
std::span<const NIProperty> NIFeature::properties |
The properties associated with this feature.
Definition at line 234 of file newgrf_debug_gui.cpp.
std::span<const NIVariable> NIFeature::variables |
The variables associated with this feature.
Definition at line 236 of file newgrf_debug_gui.cpp.
Referenced by NewGRFInspectWindow::OnClick().