diff --git a/PHYSICS/SetLaunchControlEnabled.md b/PHYSICS/SetLaunchControlEnabled.md index 377d8df54..91dcbb2c2 100644 --- a/PHYSICS/SetLaunchControlEnabled.md +++ b/PHYSICS/SetLaunchControlEnabled.md @@ -8,8 +8,17 @@ aliases: ["0xAA6A6098851C396F"] // 0xAA6A6098851C396F void _SET_LAUNCH_CONTROL_ENABLED(BOOL toggle); ``` +Toggles "Arena Mode", a global flag that affects physics, damage, and handling for all vehicles. -Related to the lower-end of a vehicles fTractionCurve, e.g., from standing starts and acceleration from low/zero speeds. +When enabled: + +* fTractionLossMult is multiplied by 0.25, increasing grip significantly. +* Mid-air vehicle control rotation force is increased by 50%. +* Vehicles explode immediately when body health reaches 0. +* Disables chain-reaction explosions for nearby vehicles. +* Prevents engine damage from colliding with Ramp Cars. +* Overrides the Stunt Mode ([`N_0x9ebd751e5787baf2`](#_0x9EBD751E5787BAF2)) collision protection. +* Reduces the chance of falling off bikes/quads. ``` NativeDB Introduced: v1604