Skip to content

Commit bef447c

Browse files
Enhance documentation for SetLaunchControlEnabled (#1298)
* Enhance documentation for SetLaunchControlEnabled Added detailed description of the effects when Arena Mode is enabled, including changes to vehicle handling and damage. * Use docs format --------- Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>
1 parent f121d0b commit bef447c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

PHYSICS/SetLaunchControlEnabled.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ aliases: ["0xAA6A6098851C396F"]
88
// 0xAA6A6098851C396F
99
void _SET_LAUNCH_CONTROL_ENABLED(BOOL toggle);
1010
```
11+
Toggles "Arena Mode", a global flag that affects physics, damage, and handling for all vehicles.
1112
12-
Related to the lower-end of a vehicles fTractionCurve, e.g., from standing starts and acceleration from low/zero speeds.
13+
When enabled:
14+
15+
* fTractionLossMult is multiplied by 0.25, increasing grip significantly.
16+
* Mid-air vehicle control rotation force is increased by 50%.
17+
* Vehicles explode immediately when body health reaches 0.
18+
* Disables chain-reaction explosions for nearby vehicles.
19+
* Prevents engine damage from colliding with Ramp Cars.
20+
* Overrides the Stunt Mode ([`N_0x9ebd751e5787baf2`](#_0x9EBD751E5787BAF2)) collision protection.
21+
* Reduces the chance of falling off bikes/quads.
1322
1423
```
1524
NativeDB Introduced: v1604

0 commit comments

Comments
 (0)