engines 
Procs | |
modify_engine_ui_data | A stub used for modpacks to modify per-engine readout information. This mutates the engine's data list, so it can be used to mask or remove features as well as to add entirely new ones. It does not return a value. |
---|---|
modify_ship_ui_data | A stub used for modpacks to modify per-ship readout information. This mutates the UI data list, so it can be used to mask or remove features as well as to add entirely new ones. It does not return a value. While it can access per-engine data, it should be dispreferred for that compared to modify_engine_ui_data(). |
Proc Details
modify_engine_ui_data
A stub used for modpacks to modify per-engine readout information. This mutates the engine's data list, so it can be used to mask or remove features as well as to add entirely new ones. It does not return a value.
modify_ship_ui_data
A stub used for modpacks to modify per-ship readout information. This mutates the UI data list, so it can be used to mask or remove features as well as to add entirely new ones. It does not return a value. While it can access per-engine data, it should be dispreferred for that compared to modify_engine_ui_data().