Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
scriptconsoleweathertab.c File Reference

Go to the source code of this file.

Classes

class  ScriptConsoleWeatherValues
 
class  ScriptConsoleWeatherWindTab
 

Functions

void ~ScriptConsoleWeatherTab ()
 
void ScriptConsoleWeatherTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null)
 
void ReloadWeatherPresetsList ()
 
void ResetValues ()
 
void InitValues (bool forceCurrent=false)
 
void PasteValues (string clipboard)
 
string CopyValues ()
 
override bool OnChange (Widget w, int x, int y, bool finished)
 
void UpdateSliderValues ()
 
void UpdateEditboxValues ()
 
override bool OnClick (Widget w, int x, int y, int button)
 
void SaveWeatherPreset ()
 
void DeleteWeatherPreset ()
 
void LoadWeatherPreset ()
 
void OnListItemSelected (int row, int column)
 
void ToogleUIVisibility ()
 
DebugWeatherRPCData GetRPCDataNormal ()
 
DebugWeatherRPCData GetRPCDataImmediate ()
 
void SendRPC (DebugWeatherRPCData data)
 
void InvokeSendRPC ()
 
void UpdateWeatherValues ()
 
override void Update (float timeslice)
 
override bool OnMouseEnter (Widget w, int x, int y)
 
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
 
void ButtonHighlight (Widget w)
 
void ButtonNormal (Widget w)
 

Variables

class ScriptConsoleWeatherValues m_RPCTimer = new Timer()
 
const int INTERPOLATION_MAX = 920
 
const int DURATION_MAX = 960
 
SliderWidget m_FogValueSetSlider
 
SliderWidget m_FogValueGetSlider
 
TextWidget m_FogValueSetText
 
SliderWidget m_FogInterpolationTimeSlider
 
SliderWidget m_FogDurationTimeSlider
 
TextWidget m_FogInterpolationMaxText
 
TextWidget m_FogDurationMaxText
 
EditBoxWidget m_FogValueEditbox
 
EditBoxWidget m_FogInterpolationEditbox
 
EditBoxWidget m_FogDurationEditbox
 
SliderWidget m_OvercastValueSetSlider
 
SliderWidget m_OvercastValueGetSlider
 
TextWidget m_OvercastValueSetText
 
SliderWidget m_OvercastInterpolationTimeSlider
 
SliderWidget m_OvercastDurationTimeSlider
 
TextWidget m_OvercastInterpolationMaxText
 
TextWidget m_OvercastDurationMaxText
 
EditBoxWidget m_OvercastValueEditbox
 
EditBoxWidget m_OvercastInterpolationEditbox
 
EditBoxWidget m_OvercastDurationEditbox
 
SliderWidget m_RainValueSetSlider
 
SliderWidget m_RainValueGetSlider
 
TextWidget m_RainValueSetText
 
SliderWidget m_RainInterpolationTimeSlider
 
SliderWidget m_RainDurationTimeSlider
 
TextWidget m_RainInterpolationMaxText
 
TextWidget m_RainDurationMaxText
 
EditBoxWidget m_RainValueEditbox
 
EditBoxWidget m_RainInterpolationEditbox
 
EditBoxWidget m_RainDurationEditbox
 
SliderWidget m_SnowfallValueSetSlider
 
SliderWidget m_SnowfallValueGetSlider
 
TextWidget m_SnowfallValueSetText
 
SliderWidget m_SnowfallInterpolationTimeSlider
 
SliderWidget m_SnowfallDurationTimeSlider
 
TextWidget m_SnowfallInterpolationMaxText
 
TextWidget m_SnowfallDurationMaxText
 
EditBoxWidget m_SnowfallValueEditbox
 
EditBoxWidget m_SnowfallInterpolationEditbox
 
EditBoxWidget m_SnowfallDurationEditbox
 
EditBoxWidget m_VolFogDistanceDensityEditbox
 
SliderWidget m_VolFogDistanceDensitySlider
 
TextWidget m_VolFogDistanceDensityMinText
 
TextWidget m_VolFogDistanceDensityMaxText
 
TextWidget m_VolFogDistanceDensitySetText
 
EditBoxWidget m_VolFogDistanceDensityTimeEditbox
 
SliderWidget m_VolFogDistanceDensityTimeSlider
 
TextWidget m_VolFogDistanceDensityTimeMinText
 
TextWidget m_VolFogDistanceDensityTimeMaxText
 
TextWidget m_VolFogDistanceDensityTimeSetText
 
EditBoxWidget m_VolFogHeightDensityEditbox
 
SliderWidget m_VolFogHeightDensitySlider
 
TextWidget m_VolFogHeightDensityMinText
 
TextWidget m_VolFogHeightDensityMaxText
 
TextWidget m_VolFogHeightDensitySetText
 
EditBoxWidget m_VolFogHeightDensityTimeEditbox
 
SliderWidget m_VolFogHeightDensityTimeSlider
 
TextWidget m_VolFogHeightDensityTimeMinText
 
TextWidget m_VolFogHeightDensityTimeMaxText
 
TextWidget m_VolFogHeightDensityTimeSetText
 
EditBoxWidget m_VolFogHeightBiasEditbox
 
SliderWidget m_VolFogHeightBiasSlider
 
TextWidget m_VolFogHeightBiasMinText
 
TextWidget m_VolFogHeightBiasMaxText
 
TextWidget m_VolFogHeightBiasSetText
 
EditBoxWidget m_VolFogHeightBiasTimeEditbox
 
SliderWidget m_VolFogHeightBiasTimeSlider
 
TextWidget m_VolFogHeightBiasTimeMinText
 
TextWidget m_VolFogHeightBiasTimeMaxText
 
TextWidget m_VolFogHeightBiasTimeSetText
 
SliderWidget m_WindMValueSetSlider
 
SliderWidget m_WindMValueGetSlider
 
TextWidget m_WindMValueSetText
 
SliderWidget m_WindMInterpolationTimeSlider
 
SliderWidget m_WindMDurationTimeSlider
 
TextWidget m_WindMInterpolationMaxText
 
TextWidget m_WindMDurationMaxText
 
EditBoxWidget m_WindMValueEditbox
 
EditBoxWidget m_WindMInterpolationEditbox
 
EditBoxWidget m_WindMDurationEditbox
 
SliderWidget m_WindDValueSetSlider
 
SliderWidget m_WindDValueGetSlider
 
TextWidget m_WindDValueSetText
 
SliderWidget m_WindDInterpolationTimeSlider
 
SliderWidget m_WindDDurationTimeSlider
 
TextWidget m_WindDInterpolationMaxText
 
TextWidget m_WindDDurationMaxText
 
EditBoxWidget m_WindDValueEditbox
 
EditBoxWidget m_WindDInterpolationEditbox
 
EditBoxWidget m_WindDDurationEditbox
 
ButtonWidget m_HideUIButton
 
ImageWidget m_HideUIIcon
 
ButtonWidget m_LoadPresetButton
 
ButtonWidget m_DeletePresetButton
 
ButtonWidget m_SavePresetButton
 
ButtonWidget m_CopyButton
 
ButtonWidget m_PasteButton
 
ButtonWidget m_ResetButton
 
ButtonWidget m_UpdateButton
 
ButtonWidget m_ApplyButton
 
Widget m_WeatherPresetsPanel
 
EditBoxWidget m_WeatherPresetEditbox
 
bool m_UIVisibilityState = true
 
ScriptConsoleWeatherPreset m_SelectedWeatherPreset
 
ref ScriptConsolePresetsList m_WeatherPresetsList
 
bool m_MouseMovementEnabled
 
bool m_IsCAPSPressed
 
bool m_CanUseMovement
 
bool m_IsSavingPreset
 

Function Documentation

◆ ButtonHighlight()

void ButtonHighlight ( Widget w)
protected

Definition at line 1344 of file scriptconsoleweathertab.c.

◆ ButtonNormal()

void ButtonNormal ( Widget w)
protected

Definition at line 1361 of file scriptconsoleweathertab.c.

◆ CopyValues()

string CopyValues ( )
protected

Definition at line 704 of file scriptconsoleweathertab.c.

◆ DeleteWeatherPreset()

void DeleteWeatherPreset ( )
protected

Definition at line 1101 of file scriptconsoleweathertab.c.

◆ GetRPCDataImmediate()

DebugWeatherRPCData GetRPCDataImmediate ( )
protected

Definition at line 1192 of file scriptconsoleweathertab.c.

◆ GetRPCDataNormal()

DebugWeatherRPCData GetRPCDataNormal ( )
protected

Definition at line 1145 of file scriptconsoleweathertab.c.

◆ InitValues()

void InitValues ( bool forceCurrent = false)
protected

Definition at line 510 of file scriptconsoleweathertab.c.

◆ InvokeSendRPC()

void InvokeSendRPC ( )
protected

Definition at line 1249 of file scriptconsoleweathertab.c.

◆ LoadWeatherPreset()

void LoadWeatherPreset ( )
protected

Definition at line 1110 of file scriptconsoleweathertab.c.

◆ OnChange()

override bool OnChange ( Widget w,
int x,
int y,
bool finished )
protected

Definition at line 766 of file scriptconsoleweathertab.c.

◆ OnClick()

override bool OnClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 1034 of file scriptconsoleweathertab.c.

◆ OnListItemSelected()

void OnListItemSelected ( int row,
int column )
protected

Definition at line 1130 of file scriptconsoleweathertab.c.

◆ OnMouseEnter()

override bool OnMouseEnter ( Widget w,
int x,
int y )
protected

Definition at line 1332 of file scriptconsoleweathertab.c.

◆ OnMouseLeave()

override bool OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
protected

Definition at line 1338 of file scriptconsoleweathertab.c.

◆ PasteValues()

void PasteValues ( string clipboard)
protected

Definition at line 652 of file scriptconsoleweathertab.c.

◆ ReloadWeatherPresetsList()

void ReloadWeatherPresetsList ( )
protected

Definition at line 408 of file scriptconsoleweathertab.c.

◆ ResetValues()

void ResetValues ( )
protected

Definition at line 425 of file scriptconsoleweathertab.c.

◆ SaveWeatherPreset()

void SaveWeatherPreset ( )
protected

Definition at line 1090 of file scriptconsoleweathertab.c.

◆ ScriptConsoleWeatherTab()

void ScriptConsoleWeatherTab ( Widget root,
ScriptConsole console,
Widget button,
ScriptConsoleTabBase parent = null )
protected

Definition at line 237 of file scriptconsoleweathertab.c.

◆ SendRPC()

void SendRPC ( DebugWeatherRPCData data)
protected

Definition at line 1238 of file scriptconsoleweathertab.c.

◆ ToogleUIVisibility()

void ToogleUIVisibility ( )
protected

Definition at line 1136 of file scriptconsoleweathertab.c.

◆ Update()

override void Update ( float timeslice)
protected

Definition at line 1294 of file scriptconsoleweathertab.c.

◆ UpdateEditboxValues()

void UpdateEditboxValues ( )
protected

Definition at line 952 of file scriptconsoleweathertab.c.

◆ UpdateSliderValues()

void UpdateSliderValues ( )
protected

Definition at line 870 of file scriptconsoleweathertab.c.

◆ UpdateWeatherValues()

void UpdateWeatherValues ( )
protected

Definition at line 1255 of file scriptconsoleweathertab.c.

◆ ~ScriptConsoleWeatherTab()

void ~ScriptConsoleWeatherTab ( )
protected

Definition at line 204 of file scriptconsoleweathertab.c.

Variable Documentation

◆ DURATION_MAX

const int DURATION_MAX = 960
protected

Definition at line 13 of file scriptconsoleweathertab.c.

◆ INTERPOLATION_MAX

const int INTERPOLATION_MAX = 920
protected

Definition at line 12 of file scriptconsoleweathertab.c.

◆ m_ApplyButton

ButtonWidget m_ApplyButton
protected

Definition at line 191 of file scriptconsoleweathertab.c.

◆ m_CanUseMovement

bool m_CanUseMovement
protected

Definition at line 201 of file scriptconsoleweathertab.c.

◆ m_CopyButton

ButtonWidget m_CopyButton
protected

Definition at line 187 of file scriptconsoleweathertab.c.

◆ m_DeletePresetButton

ButtonWidget m_DeletePresetButton
protected

Definition at line 184 of file scriptconsoleweathertab.c.

◆ m_FogDurationEditbox

EditBoxWidget m_FogDurationEditbox
protected

Definition at line 29 of file scriptconsoleweathertab.c.

◆ m_FogDurationMaxText

TextWidget m_FogDurationMaxText
protected

Definition at line 25 of file scriptconsoleweathertab.c.

◆ m_FogDurationTimeSlider

SliderWidget m_FogDurationTimeSlider
protected

Definition at line 22 of file scriptconsoleweathertab.c.

◆ m_FogInterpolationEditbox

EditBoxWidget m_FogInterpolationEditbox
protected

Definition at line 28 of file scriptconsoleweathertab.c.

◆ m_FogInterpolationMaxText

TextWidget m_FogInterpolationMaxText
protected

Definition at line 24 of file scriptconsoleweathertab.c.

◆ m_FogInterpolationTimeSlider

SliderWidget m_FogInterpolationTimeSlider
protected

Definition at line 21 of file scriptconsoleweathertab.c.

◆ m_FogValueEditbox

EditBoxWidget m_FogValueEditbox
protected

Definition at line 27 of file scriptconsoleweathertab.c.

◆ m_FogValueGetSlider

SliderWidget m_FogValueGetSlider
protected

Definition at line 17 of file scriptconsoleweathertab.c.

◆ m_FogValueSetSlider

SliderWidget m_FogValueSetSlider
protected

Definition at line 16 of file scriptconsoleweathertab.c.

◆ m_FogValueSetText

TextWidget m_FogValueSetText
protected

Definition at line 19 of file scriptconsoleweathertab.c.

◆ m_HideUIButton

ButtonWidget m_HideUIButton
protected

Definition at line 180 of file scriptconsoleweathertab.c.

◆ m_HideUIIcon

ImageWidget m_HideUIIcon
protected

Definition at line 181 of file scriptconsoleweathertab.c.

◆ m_IsCAPSPressed

bool m_IsCAPSPressed
protected

Definition at line 200 of file scriptconsoleweathertab.c.

◆ m_IsSavingPreset

bool m_IsSavingPreset
protected

Definition at line 202 of file scriptconsoleweathertab.c.

◆ m_LoadPresetButton

ButtonWidget m_LoadPresetButton
protected

Definition at line 183 of file scriptconsoleweathertab.c.

◆ m_MouseMovementEnabled

bool m_MouseMovementEnabled
protected

Definition at line 199 of file scriptconsoleweathertab.c.

◆ m_OvercastDurationEditbox

EditBoxWidget m_OvercastDurationEditbox
protected

Definition at line 49 of file scriptconsoleweathertab.c.

◆ m_OvercastDurationMaxText

TextWidget m_OvercastDurationMaxText
protected

Definition at line 45 of file scriptconsoleweathertab.c.

◆ m_OvercastDurationTimeSlider

SliderWidget m_OvercastDurationTimeSlider
protected

Definition at line 42 of file scriptconsoleweathertab.c.

◆ m_OvercastInterpolationEditbox

EditBoxWidget m_OvercastInterpolationEditbox
protected

Definition at line 48 of file scriptconsoleweathertab.c.

◆ m_OvercastInterpolationMaxText

TextWidget m_OvercastInterpolationMaxText
protected

Definition at line 44 of file scriptconsoleweathertab.c.

◆ m_OvercastInterpolationTimeSlider

SliderWidget m_OvercastInterpolationTimeSlider
protected

Definition at line 41 of file scriptconsoleweathertab.c.

◆ m_OvercastValueEditbox

EditBoxWidget m_OvercastValueEditbox
protected

Definition at line 47 of file scriptconsoleweathertab.c.

◆ m_OvercastValueGetSlider

SliderWidget m_OvercastValueGetSlider
protected

Definition at line 37 of file scriptconsoleweathertab.c.

◆ m_OvercastValueSetSlider

SliderWidget m_OvercastValueSetSlider
protected

Definition at line 36 of file scriptconsoleweathertab.c.

◆ m_OvercastValueSetText

TextWidget m_OvercastValueSetText
protected

Definition at line 39 of file scriptconsoleweathertab.c.

◆ m_PasteButton

ButtonWidget m_PasteButton
protected

Definition at line 188 of file scriptconsoleweathertab.c.

◆ m_RainDurationEditbox

EditBoxWidget m_RainDurationEditbox
protected

Definition at line 69 of file scriptconsoleweathertab.c.

◆ m_RainDurationMaxText

TextWidget m_RainDurationMaxText
protected

Definition at line 65 of file scriptconsoleweathertab.c.

◆ m_RainDurationTimeSlider

SliderWidget m_RainDurationTimeSlider
protected

Definition at line 62 of file scriptconsoleweathertab.c.

◆ m_RainInterpolationEditbox

EditBoxWidget m_RainInterpolationEditbox
protected

Definition at line 68 of file scriptconsoleweathertab.c.

◆ m_RainInterpolationMaxText

TextWidget m_RainInterpolationMaxText
protected

Definition at line 64 of file scriptconsoleweathertab.c.

◆ m_RainInterpolationTimeSlider

SliderWidget m_RainInterpolationTimeSlider
protected

Definition at line 61 of file scriptconsoleweathertab.c.

◆ m_RainValueEditbox

EditBoxWidget m_RainValueEditbox
protected

Definition at line 67 of file scriptconsoleweathertab.c.

◆ m_RainValueGetSlider

SliderWidget m_RainValueGetSlider
protected

Definition at line 57 of file scriptconsoleweathertab.c.

◆ m_RainValueSetSlider

SliderWidget m_RainValueSetSlider
protected

Definition at line 56 of file scriptconsoleweathertab.c.

◆ m_RainValueSetText

TextWidget m_RainValueSetText
protected

Definition at line 59 of file scriptconsoleweathertab.c.

◆ m_ResetButton

ButtonWidget m_ResetButton
protected

Definition at line 189 of file scriptconsoleweathertab.c.

◆ m_RPCTimer

class ScriptConsoleWeatherValues m_RPCTimer = new Timer()

◆ m_SavePresetButton

ButtonWidget m_SavePresetButton
protected

Definition at line 185 of file scriptconsoleweathertab.c.

◆ m_SelectedWeatherPreset

ScriptConsoleWeatherPreset m_SelectedWeatherPreset
protected

Definition at line 197 of file scriptconsoleweathertab.c.

◆ m_SnowfallDurationEditbox

EditBoxWidget m_SnowfallDurationEditbox
protected

Definition at line 89 of file scriptconsoleweathertab.c.

◆ m_SnowfallDurationMaxText

TextWidget m_SnowfallDurationMaxText
protected

Definition at line 85 of file scriptconsoleweathertab.c.

◆ m_SnowfallDurationTimeSlider

SliderWidget m_SnowfallDurationTimeSlider
protected

Definition at line 82 of file scriptconsoleweathertab.c.

◆ m_SnowfallInterpolationEditbox

EditBoxWidget m_SnowfallInterpolationEditbox
protected

Definition at line 88 of file scriptconsoleweathertab.c.

◆ m_SnowfallInterpolationMaxText

TextWidget m_SnowfallInterpolationMaxText
protected

Definition at line 84 of file scriptconsoleweathertab.c.

◆ m_SnowfallInterpolationTimeSlider

SliderWidget m_SnowfallInterpolationTimeSlider
protected

Definition at line 81 of file scriptconsoleweathertab.c.

◆ m_SnowfallValueEditbox

EditBoxWidget m_SnowfallValueEditbox
protected

Definition at line 87 of file scriptconsoleweathertab.c.

◆ m_SnowfallValueGetSlider

SliderWidget m_SnowfallValueGetSlider
protected

Definition at line 77 of file scriptconsoleweathertab.c.

◆ m_SnowfallValueSetSlider

SliderWidget m_SnowfallValueSetSlider
protected

Definition at line 76 of file scriptconsoleweathertab.c.

◆ m_SnowfallValueSetText

TextWidget m_SnowfallValueSetText
protected

Definition at line 79 of file scriptconsoleweathertab.c.

◆ m_UIVisibilityState

bool m_UIVisibilityState = true
protected

Definition at line 196 of file scriptconsoleweathertab.c.

◆ m_UpdateButton

ButtonWidget m_UpdateButton
protected

Definition at line 190 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityEditbox

EditBoxWidget m_VolFogDistanceDensityEditbox
protected

Definition at line 96 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityMaxText

TextWidget m_VolFogDistanceDensityMaxText
protected

Definition at line 99 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityMinText

TextWidget m_VolFogDistanceDensityMinText
protected

Definition at line 98 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensitySetText

TextWidget m_VolFogDistanceDensitySetText
protected

Definition at line 100 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensitySlider

SliderWidget m_VolFogDistanceDensitySlider
protected

Definition at line 97 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityTimeEditbox

EditBoxWidget m_VolFogDistanceDensityTimeEditbox
protected

Definition at line 102 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityTimeMaxText

TextWidget m_VolFogDistanceDensityTimeMaxText
protected

Definition at line 105 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityTimeMinText

TextWidget m_VolFogDistanceDensityTimeMinText
protected

Definition at line 104 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityTimeSetText

TextWidget m_VolFogDistanceDensityTimeSetText
protected

Definition at line 106 of file scriptconsoleweathertab.c.

◆ m_VolFogDistanceDensityTimeSlider

SliderWidget m_VolFogDistanceDensityTimeSlider
protected

Definition at line 103 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasEditbox

EditBoxWidget m_VolFogHeightBiasEditbox
protected

Definition at line 120 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasMaxText

TextWidget m_VolFogHeightBiasMaxText
protected

Definition at line 123 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasMinText

TextWidget m_VolFogHeightBiasMinText
protected

Definition at line 122 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasSetText

TextWidget m_VolFogHeightBiasSetText
protected

Definition at line 124 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasSlider

SliderWidget m_VolFogHeightBiasSlider
protected

Definition at line 121 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasTimeEditbox

EditBoxWidget m_VolFogHeightBiasTimeEditbox
protected

Definition at line 126 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasTimeMaxText

TextWidget m_VolFogHeightBiasTimeMaxText
protected

Definition at line 129 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasTimeMinText

TextWidget m_VolFogHeightBiasTimeMinText
protected

Definition at line 128 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasTimeSetText

TextWidget m_VolFogHeightBiasTimeSetText
protected

Definition at line 130 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightBiasTimeSlider

SliderWidget m_VolFogHeightBiasTimeSlider
protected

Definition at line 127 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityEditbox

EditBoxWidget m_VolFogHeightDensityEditbox
protected

Definition at line 108 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityMaxText

TextWidget m_VolFogHeightDensityMaxText
protected

Definition at line 111 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityMinText

TextWidget m_VolFogHeightDensityMinText
protected

Definition at line 110 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensitySetText

TextWidget m_VolFogHeightDensitySetText
protected

Definition at line 112 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensitySlider

SliderWidget m_VolFogHeightDensitySlider
protected

Definition at line 109 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityTimeEditbox

EditBoxWidget m_VolFogHeightDensityTimeEditbox
protected

Definition at line 114 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityTimeMaxText

TextWidget m_VolFogHeightDensityTimeMaxText
protected

Definition at line 117 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityTimeMinText

TextWidget m_VolFogHeightDensityTimeMinText
protected

Definition at line 116 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityTimeSetText

TextWidget m_VolFogHeightDensityTimeSetText
protected

Definition at line 118 of file scriptconsoleweathertab.c.

◆ m_VolFogHeightDensityTimeSlider

SliderWidget m_VolFogHeightDensityTimeSlider
protected

Definition at line 115 of file scriptconsoleweathertab.c.

◆ m_WeatherPresetEditbox

EditBoxWidget m_WeatherPresetEditbox
protected

Definition at line 194 of file scriptconsoleweathertab.c.

◆ m_WeatherPresetsList

ref ScriptConsolePresetsList m_WeatherPresetsList
protected

Definition at line 198 of file scriptconsoleweathertab.c.

◆ m_WeatherPresetsPanel

Widget m_WeatherPresetsPanel
protected

Definition at line 193 of file scriptconsoleweathertab.c.

◆ m_WindDDurationEditbox

EditBoxWidget m_WindDDurationEditbox
protected

Definition at line 173 of file scriptconsoleweathertab.c.

◆ m_WindDDurationMaxText

TextWidget m_WindDDurationMaxText
protected

Definition at line 169 of file scriptconsoleweathertab.c.

◆ m_WindDDurationTimeSlider

SliderWidget m_WindDDurationTimeSlider
protected

Definition at line 166 of file scriptconsoleweathertab.c.

◆ m_WindDInterpolationEditbox

EditBoxWidget m_WindDInterpolationEditbox
protected

Definition at line 172 of file scriptconsoleweathertab.c.

◆ m_WindDInterpolationMaxText

TextWidget m_WindDInterpolationMaxText
protected

Definition at line 168 of file scriptconsoleweathertab.c.

◆ m_WindDInterpolationTimeSlider

SliderWidget m_WindDInterpolationTimeSlider
protected

Definition at line 165 of file scriptconsoleweathertab.c.

◆ m_WindDValueEditbox

EditBoxWidget m_WindDValueEditbox
protected

Definition at line 171 of file scriptconsoleweathertab.c.

◆ m_WindDValueGetSlider

SliderWidget m_WindDValueGetSlider
protected

Definition at line 161 of file scriptconsoleweathertab.c.

◆ m_WindDValueSetSlider

SliderWidget m_WindDValueSetSlider
protected

Definition at line 160 of file scriptconsoleweathertab.c.

◆ m_WindDValueSetText

TextWidget m_WindDValueSetText
protected

Definition at line 163 of file scriptconsoleweathertab.c.

◆ m_WindMDurationEditbox

EditBoxWidget m_WindMDurationEditbox
protected

Definition at line 153 of file scriptconsoleweathertab.c.

◆ m_WindMDurationMaxText

TextWidget m_WindMDurationMaxText
protected

Definition at line 149 of file scriptconsoleweathertab.c.

◆ m_WindMDurationTimeSlider

SliderWidget m_WindMDurationTimeSlider
protected

Definition at line 146 of file scriptconsoleweathertab.c.

◆ m_WindMInterpolationEditbox

EditBoxWidget m_WindMInterpolationEditbox
protected

Definition at line 152 of file scriptconsoleweathertab.c.

◆ m_WindMInterpolationMaxText

TextWidget m_WindMInterpolationMaxText
protected

Definition at line 148 of file scriptconsoleweathertab.c.

◆ m_WindMInterpolationTimeSlider

SliderWidget m_WindMInterpolationTimeSlider
protected

Definition at line 145 of file scriptconsoleweathertab.c.

◆ m_WindMValueEditbox

EditBoxWidget m_WindMValueEditbox
protected

Definition at line 151 of file scriptconsoleweathertab.c.

◆ m_WindMValueGetSlider

SliderWidget m_WindMValueGetSlider
protected

Definition at line 141 of file scriptconsoleweathertab.c.

◆ m_WindMValueSetSlider

SliderWidget m_WindMValueSetSlider
protected

Definition at line 140 of file scriptconsoleweathertab.c.

◆ m_WindMValueSetText

TextWidget m_WindMValueSetText
protected

Definition at line 143 of file scriptconsoleweathertab.c.