Struct WeatherControl
- Namespace
- rF2SharedMemoryNet.RF2Data.Structs
- Assembly
- rF2SharedMemoryNet.dll
Represents the weather control data structure used in RF2 simulations.
public struct WeatherControl
- Inherited Members
Remarks
This structure contains information about the weather control system, including versioning details and weather-specific data.
Fields
LayoutVersion
Layout version of the weather control structure.
public int LayoutVersion
Field Value
VersionUpdateBegin
Represents the version number of the buffer at the point when an update begins.
public uint VersionUpdateBegin
Field Value
Remarks
This value is incremented immediately before the buffer is written to, indicating the start of an update process. It can be used to track changes or ensure consistency during buffer operations.
VersionUpdateEnd
Represents the version update counter, incremented after a buffer write operation is completed.
public uint VersionUpdateEnd
Field Value
Remarks
This field is intended to track the completion of buffer write operations. It is incremented automatically after each write to indicate the end of an update cycle.
WeatherInfo
Represents weather control information for RF2 simulations.
public WeatherControlInfo WeatherInfo