ArgData

API Reference > 0.21 > CarColorReader

CarColorReader Class

Reads the car colors of one or more teams.

Namespace: ArgData

Constructors

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

Methods

Name Description
For(GpExeFile exeFile) Creates a CarColorReader for the specified GP.EXE file.
exeFile: GpExeFile to read from.
ReadCarColors(Int32 teamIndex) Reads the colors of the team at the specified index.
teamIndex: Index of team to read colors of.
ReadCarColors() Reads the colors of all the teams in the file.