ArgData

API Reference > 0.21 > PitCrewColorReader

PitCrewColorReader Class

Reads pit crew colors of one or more teams.

Namespace: ArgData

Constructors

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

Methods

Name Description
For(GpExeFile exeFile) Creates a PitCrewColorReader for the specified GP.EXE file.
exeFile: GpExeFile to read from.
ReadPitCrewColors(Int32 pitCrewIndex) Reads the colors of the pit crew at the specified index.
pitCrewIndex: Index of pit crew to read colors of.
ReadPitCrewColors() Reads the colors of all the pit crews in the file.