ArgData

API Reference > 0.21 > CarColorWriter

CarColorWriter Class

Writes the car colors of one or more teams.

Namespace: ArgData

Constructors

Name Description
CarColorWriter(GpExeFile exeFile) Creates a CarColorWriter for the specified GP.EXE file.
exeFile: GpExeFile to read from.

Methods

Name Description
For(GpExeFile exeFile) Creates a CarColorWriter for the specified GP.EXE file.
exeFile: GpExeFile to read from.
WriteCarColors(Car car, Int32 teamIndex) Writes car colors for a team.
car: Car with colors to write.
teamIndex: Index of the team to write the colors for.
WriteCarColors(CarList carList) Writes car colors for all the teams.
carList: CarList with colors to write.