ArgData

API Reference > 0.19.1 > HelmetList

HelmetList Class

Represents a list of Helmet objects.

Namespace: ArgData.Entities

Constructors

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

Methods

Name Description
GetByDriverNumber(Byte driverNumber) Gets the Helmet for the driver with the specified driver number.
driverNumber: Driver number.
GetEnumerator() Returns an enumerator that iterates through a HelmetList collection.
SetByDriverNumber(Byte driverNumber, Helmet helmet) Sets the Helmet for the driver with the specified driver number.
driverNumber: Driver number.
helmet: