SHWotever / SimHub

Multi sim dashboard, bass shaker driver, ....
http://www.simhubdash.com/
769 stars 97 forks source link

[Feature request] Add new NCalc / JS functions for estimated deltas & estimated laps. #1663

Open derrickmoeller opened 1 month ago

derrickmoeller commented 1 month ago

Is your feature request related to a problem? Please describe. The estimated lap time and estimated delta are only available via $prop, and as such cannot be overridden by a plug-in. Creating JS functions would allow plug-in developers to create solutions that can be used by dash / overlay developers without creating unwanted dependencies.

Describe the solution you'd like

I would like to see two new functions created.

SHWotever commented 1 month ago

Hi !

The purpose of functions is not to be be overriden. In term of support this would make literrally impossible for me to determine if a function result is wrong where the data is coming from just by looking at the logs or getting a simple replay

Those data already exists as properties. I understand the purpose but it would make troubleshooting even harder than it is.