> For the complete documentation index, see [llms.txt](https://distubredone322.gitbook.io/custom-vehicle-controller/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://distubredone322.gitbook.io/custom-vehicle-controller/guides/api/racerprogress.md).

# RacerProgress

| Field                            | Description                                                                                                                                                                                                                                                          |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| IsPlayer \| bool                 | Returns true if the racer is a player. A racer is a player if the ["RaceParticipant" component's property "IsPlayer" ](https://distubredone322.gitbook.io/custom-vehicle-controller/guides/api/pages/qAF1svYb1AsSStSGuJDR#id-4.-registering-for-race)is set to True. |
| RacerName \| string              | The name of the root game object of the vehicle.                                                                                                                                                                                                                     |
| RacerProgressNormalized \| float | A percentage of the progress on the current lap. Doesn't get updated after the racer finishes the race.                                                                                                                                                              |
| LapsPassed \| int                | The amount of laps completed by the racer.Doesn't get updated after the racer finishes the race.                                                                                                                                                                     |
| FinishedRace \| bool             | Returns True if the amount of finished laps is higher than the amount of laps in a race.                                                                                                                                                                             |
