Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename(_SET_UNK_BOOL_0x102_FOR_SUBMARINE_VEHICLE_TASK): new name ForceSubmarineVehicleTransformMode #864

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions VEHICLE/ForceSubmarineVehicleTransformMode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
ns: VEHICLE
aliases: ["0x41B9FB92EDED32A6", "_SET_UNK_BOOL_0x102_FOR_SUBMARINE_VEHICLE_TASK"]
---
## _FORCE_SUBMARINE_VEHICLE_TRANSFORM_MODE

```c
// 0x41B9FB92EDED32A6
void ForceSubmarineVehicleTransformMode(Vehicle vehicle, BOOL toggle);
```

Forces the transformation mode of the submarine vehicle (stromberg) by removing the ability for the player to change the mode (pressing H)

## Parameters
* **vehicle**: A vehicle handle
* **toggle**: true = cannot change mode, false = can change mode

**Old name**: _SET_UNK_BOOL_0x102_FOR_SUBMARINE_VEHICLE_TASK
17 changes: 0 additions & 17 deletions VEHICLE/SetUnkBool_0x102ForSubmarineVehicleTask.md

This file was deleted.