Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Lukas R
on
So, I finally had some time to look at it. However, I think I've found small complication, but maybe I've missed something. I was purely checking the SDK for this and my goal is to get a Customer ID of a driver who sets the fastest lap of the race, so I can load his name from a custom spreadsheet.

The FastestLap Driver data is saved in ISessionResult, which points to IDriver. However, that doesn't hold any Customer ID information. That is only in IEntity, so I need to use IEntitySessionResult.

So the only idea I have, is to use the overall Fastest Lap time from ISessionResult, compare it to every driver's fastest lap in IEntitySessionResult and once there is a match, then to proceed to load Customer ID through IEntity?