Hello. The SDK has these helicopter events since SU11, and I’d like to understand what they do and how they are intended to be used?
I think these may be somehow an error or left over debug logic, because turboshaft engines will not produce thrust (the power goes to the shaft). Could these have to do with a twin engine gearbox and one shaft being disconnected perhaps?
https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Helicopter_Specific_Events.htm
Event Name | Parameters | Description |
---|---|---|
ISOLATE_TURBINE_OFF (helicopters) | N/A | Disable the isolation of the turbines. |
ISOLATE_TURBINE_ON (helicopters) | N/A | Enable the isolation of the turbines, which will nullify drag and thrust. |
ISOLATE_TURBINE_SET (helicopters) | [0]: True / False (1, 0) | Enable (True, 1= or disable (False, 0) the isolation of the turbines. Isolated turbines will nullify drag and thrust. |
ISOLATE_TURBINE_TOGGLE (helicopters) | N/A | Toggle turbine isolation between on (True, 1) and off (False, 0). Isolated turbines will nullify drag and thrust. |
Thanks,
Dave