Skip to content

Commit 7cc480d

Browse files
authored
Fix GetVehicleParamsCarWindows
1 parent 2e99b22 commit 7cc480d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/docs/scripting/functions/GetVehicleParamsCarWindows.md

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

2222
## Returns
2323

0 commit comments

Comments
 (0)