Table of Contents

Enum BoostMotorState

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the operational state of a motor in a boost system.

public enum BoostMotorState

Fields

Inactive = 1

Inactive state indicates that the motor is not currently engaged in any operation.

Propulsion = 2

Propulsion state indicates that the motor is actively providing propulsion power.

Regeneration = 3

Boost motor is regenerating energy.

Unavailable = 0

Unavailable state indicates that the motor is not operational or not present.

Remarks

This enumeration defines the possible states of a motor, including whether it is unavailable, inactive, providing propulsion, or performing regeneration. Use this to determine the current state of the motor in the system.