You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Problem is that int, int, int, int getVehicleWheelStates ( vehicle theVehicle ) - has different syntax than getVehicleDoorState and getVehiclePanelState
Describe the solution you'd like
deprecate getVehicleWheelStates , add function int getVehicleWheelState(vehicle, wheel)
Describe alternatives you've considered
No response
Additional context
Even gpt though it should be like that:
Security Policy
I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Problem is that
int, int, int, int getVehicleWheelStates ( vehicle theVehicle )
- has different syntax than getVehicleDoorState and getVehiclePanelStateDescribe the solution you'd like
deprecate getVehicleWheelStates , add function
int getVehicleWheelState(vehicle, wheel)
Describe alternatives you've considered
No response
Additional context
Even gpt though it should be like that:
Security Policy
The text was updated successfully, but these errors were encountered: