Table of Contents

Struct WeatherControlInfo

Namespace
rF2SharedMemoryNet.RF2Data.Structs
Assembly
rF2SharedMemoryNet.dll

Represents weather control information for the rFactor 2 simulation, including parameters for rain, cloudiness, temperature, wind, and other environmental factors.

public struct WeatherControlInfo
Inherited Members

Remarks

This structure is used to define weather conditions and their effects on the simulation environment. It includes parameters for rain intensity at specific nodes, cloudiness, ambient temperature, wind speed, and other settings. The weather changes are typically interpolated over time to ensure smooth transitions, such as clouds rolling in before rain starts. Sudden changes in weather parameters may result in unrealistic visual effects.

Fields

AmbientTempK

Ambient temperature in Kelvin.

public double AmbientTempK

Field Value

double

ApplyCloudinessInstantly

Gets or sets a value indicating whether cloudiness changes are applied instantly.

public bool ApplyCloudinessInstantly

Field Value

bool

Cloudiness

General cloudiness in the simulation environment.

public double Cloudiness

Field Value

double

ET

When you want this weather to take effect.

public double ET

Field Value

double

Expansion

For future use.

public byte[] Expansion

Field Value

byte[]

Raining

Represents the rain intensity at different nodes in the simulation environment.

public double[] Raining

Field Value

double[]

Unused1

unused

public bool Unused1

Field Value

bool

Unused2

unused

public bool Unused2

Field Value

bool

Unused3

unused

public bool Unused3

Field Value

bool

WindMaxSpeed

Wind max speed

public double WindMaxSpeed

Field Value

double