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

name and documentation for 0x749DEEA2 #1200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions VEHICLE/GetVehicleColoursWhichCanBeSet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
ns: VEHICLE
aliases: ["_0xEEBFC7A7EFDC35B4"]
---
## GET_VEHICLE_COLOURS_WHICH_CAN_BE_SET

```c
// 0xEEBFC7A7EFDC35B4 0x749DEEA2
int GET_VEHICLE_COLOURS_WHICH_CAN_BE_SET(Vehicle vehicle);
```

```cpp
enum eColourBitField {
HAS_BODY_COLOUR1 = 1,
HAS_BODY_COLOUR2 = 2,
HAS_BODY_COLOUR3 = 4,
HAS_BODY_COLOUR4 = 8,
HAS_BODY_COLOUR5 = 16
}
```

## Parameters
* **vehicle**: The vehicle handle

## Return value
Returns a bitfield of the colours supported by the vehicle's shader.
18 changes: 0 additions & 18 deletions VEHICLE/N_0xeebfc7a7efdc35b4.md

This file was deleted.

Loading