Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.