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.
Emmanuel Suter wrote:Yes.
If I understand, if I use this part of code, "var name" will return TeamName if it is a Team Session and Driver Name in other case ?
Emmanuel Suter wrote:entity.Drivers keeps a list of drivers that ATVO observed to get in the car. Unfortunately iRacing does not output a list of the drivers registered in a team, we can only know about a driver currently in the car. So if someone never got in the car yet, he will not make it into the Drivers list.
And if I return otherDrivers in a ticker when this is use : var otherDrivers = entity.Drivers; does it show a driver list ?