GithubHelp home page GithubHelp logo

Comments (3)

kaiusl avatar kaiusl commented on May 30, 2024

Hi,

Yes, the validity of the lap is available through the ACC's broadcast data. That doesn't take into count in or out laps, but it should be simple to calculate it ourselves.

I'm thinking to add .IsValid, .IsOutLap and .IsInLap properties for current and last lap, such that IsValid is the property directly from ACC. Then your use case can be solved by checking if Laps.Current.IsValid == 1 && Laps.Current.IsOutLap == 0.

It's great idea to make these available👍. I'm probably going to work on it after christmas, should be relatively quick addition.

from klplugins.dynleaderboards.

Mtrade avatar Mtrade commented on May 30, 2024

Great, that is perfect. Thanks for the response and implementation! Looking forward to it.

from klplugins.dynleaderboards.

kaiusl avatar kaiusl commented on May 30, 2024

We now have 6 new properties for every car:
- Laps.Current.IsValid
- Laps.Current.IsOutLap
- Laps.Current.IsInLap
- Laps.Last.IsValid
- Laps.Last.IsOutLap
- Laps.Last.IsInLap

Added in cd7193e, released in 1.2.1.

from klplugins.dynleaderboards.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.