ArgData

API Reference > 0.21 > TeamHorsepowerReader

TeamHorsepowerReader Class

Read the horsepower values of teams in a GP.EXE file.

Namespace: ArgData

Constructors

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

Methods

Name Description
For(GpExeFile exeFile) Creates a TeamHorsepowerReader for the specified GP.EXE file.
exeFile: GpExeFile to read from.
ReadTeamHorsepower(Int32 teamIndex) Reads the horsepower value of the team at the specified index.
teamIndex: Index of team to read horsepower value for.