ArgData

API Reference > 0.19.1 > TeamHorsepowerWriter

TeamHorsepowerWriter Class

Writes horsepower values of teams to a GP.EXE file.

Namespace: ArgData

Constructors

Name Description
TeamHorsepowerWriter(GpExeFile exeFile) Creates a TeamHorsepowerWriter for the specified GP.EXE file.
exeFile: GpExeFile to write to.

Methods

Name Description
For(GpExeFile exeFile) Creates a TeamHorsepowerWriter for the specified GP.EXE file.
exeFile: GpExeFile to write to.
WriteTeamHorsepower(Int32 teamIndex, Int32 horsepower) Writes the horsepower value for the team at the specified index.
teamIndex: Index of team to read horsepower value for.
horsepower: Horsepower value to write.