We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since it is possible to modify car state and refering to your example for engine damage:
function script.update(dt) if car.waterTemperature > 95 then ac.accessCarPhysics().engineLifeLeft = 0 end end
What should it say for gearbox damage and where is a list for the modifiable car state or rather their corresponding codes in LUA?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since it is possible to modify car state and refering to your example for engine damage:
What should it say for gearbox damage and where is a list for the modifiable car state or rather their corresponding codes in LUA?
The text was updated successfully, but these errors were encountered: