Mission Makers
To support the ACE Afterburner feature on custom / 3rd party vehicles, when they have no support in their configs,
please set the following object variable;
- ACE_hasAfterburner
Default value: nil
Set to false to override afterburner and disable it on the vehicle
Set to true to override afterburner and enable it on the vehicle.
Example: plane3 setVariable ["ACE_hasAfterburner", true]
Addon Makers
To support the ACE Afterburner feature, please add the following config property to your CfgVehicles class;
- ACE_hasAfterburner
Default value: 0
When set to 1, the ACE Afterburners feature is available for the vehicle.
