Skip to content
New issue

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

Gearbox damage #485

Open
tonupboy69 opened this issue Sep 11, 2024 · 0 comments
Open

Gearbox damage #485

tonupboy69 opened this issue Sep 11, 2024 · 0 comments

Comments

@tonupboy69
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant