Skip to content

Commit 2e99b22

Browse files
authored
Fix SetVehicleParamsCarWindows
1 parent 5a0690c commit 2e99b22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/docs/scripting/functions/SetVehicleParamsCarWindows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Allows you to open and close the windows of a vehicle.
1414
| Name | Description |
1515
| --------------- | ------------------------------------------------------------------------- |
1616
| vehicleid | The ID of the vehicle to set the window state of |
17-
| bool:frontLeft | The state of the driver's window. 0 to open, 1 to close. |
18-
| bool:frontRight | The state of the passenger window. 0 to open, 1 to close. |
19-
| bool:rearLeft | The state of the rear left window (if available). 0 to open, 1 to close. |
20-
| bool:rearRight | The state of the rear right window (if available). 0 to open, 1 to close. |
17+
| frontLeft | The state of the driver's window. 0 to open, 1 to close. |
18+
| frontRight | The state of the passenger window. 0 to open, 1 to close. |
19+
| rearLeft | The state of the rear left window (if available). 0 to open, 1 to close. |
20+
| rearRight | The state of the rear right window (if available). 0 to open, 1 to close. |
2121

2222
## Returns
2323

0 commit comments

Comments
 (0)