SetVehicleDoorOpen — FiveM Natives
0x7C65DAC73C35C862 · VEHICLE · all
Sets the specified door index open on the passed vehicle. See IS_VEHICLE_DOOR_FULLY_OPEN.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | Vehicle. |
| doorIndex | int | Index of the door you want to open (0-7) |
| loose | BOOL | Whether the door is "loose" (if true the doors have no "spring" and can be closed easily.) |
| openInstantly | BOOL | Whether the doors open instantly (if true this native seems to ignore loose) |
Returns
void