Table of Contents

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 = 1

AI is in control.

Nobody = -1

Nobody controls the vehicle.

This value should not be available in normal conditions.

Player = 0

Player is in control.

Remote = 2

Remote player is in control.

Replay = 3

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.