ArgData

API Reference > 0.19 > SetupReader

SetupReader Class

Reads a single setup file or a multiple setups file from disk.

Namespace: ArgData

Constructors

Name Description
SetupReader() Initializes a new instance of SetupReader.

Methods

Name Description
ReadMultiple(String path) Reads a file containing multiple car setups.
path: Path to the setups file.
ReadSingle(String path) Reads a single setup file.
path: Path to the setup file.