Enum ControlEntity
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Represents the control type for an entity in the RF2 simulation environment.
public enum ControlEntity
Fields
AI is in control.
Nobody controls the vehicle.
This value should not be available in normal conditions.
Player is in control.
Remote player is in control.
Replay is in control.
Should not be available in normal conditions.
Remarks
This enumeration is used to specify the control mechanism for an entity, such as whether it is controlled by a player, AI, or other systems.