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 state indicates that the motor is not currently engaged in any operation.
Propulsion state indicates that the motor is actively providing propulsion power.
Boost motor is regenerating energy.
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.