File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
frontend/docs/scripting/functions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Allows you to retrieve the current state of a vehicle's doors
1414| Name | Description |
1515| ---------------- | ----------------------------------------------------------------------- |
1616| vehicleid | The ID of the vehicle |
17- | &bool : frontLeft | The integer to save the state of the driver's door to. |
18- | &bool : frontRight | The integer to save the state of the passenger's door to. |
19- | &bool : rearLeft | The integer to save the state of the rear left door to (if available). |
20- | &bool : rearRight | The integer to save the state of the rear right door to (if available). |
17+ | &frontLeft | The integer to save the state of the driver's door to. |
18+ | &frontRight | The integer to save the state of the passenger's door to. |
19+ | &rearLeft | The integer to save the state of the rear left door to (if available). |
20+ | &rearRight | The integer to save the state of the rear right door to (if available). |
2121
2222## Returns
2323
You can’t perform that action at this time.
0 commit comments