Car Focus Data - Asviix/F1Manager2024Logger GitHub Wiki
The Car Focus Data can be used by advanced users to build even more impressive dashboards.
The Property, called CameraFocusedOn
will return the name of the Car that you the player are currently focused on.
Example:
return $prop('F1ManagerPlotter. + $prop('F1ManagerPlotter.CameraFocusedOn') + _Speed')
Will return the speed of that currently in focus in the game.