ArgData

API Reference > 0.21 > PitCrewColorWriter

PitCrewColorWriter Class

Writes pit crew colors of one or more teams.

Namespace: ArgData

Constructors

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

Methods

Name Description
For(GpExeFile exeFile) Creates a PitCrewColorWriter for the specified GP.EXE file.
exeFile: GpExeFile to read from.
WritePitCrewColors(PitCrew pitCrew, Int32 teamIndex) Writes pit crew colors for a team.
pitCrew: PitCrew with colors to write.
teamIndex: Index of the team to write the colors for.
WritePitCrewColors(PitCrewList pitCrewList) Writes pit crew colors for all the teams.
pitCrewList: PitCrewList with colors to write.