Data Structures | |
| class | ScriptConsoleWeatherValues |
| class | ScriptConsoleWeatherWindTab |
Functions | |
| void | ~ScriptConsoleWeatherTab () |
| void | ScriptConsoleWeatherTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| protected void | ReloadWeatherPresetsList () |
| protected void | ResetValues () |
| protected void | InitValues (bool forceCurrent=false) |
| protected void | PasteValues (string clipboard) |
| protected 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) |
| protected void | SaveWeatherPreset () |
| protected void | DeleteWeatherPreset () |
| protected void | LoadWeatherPreset () |
| protected void | OnListItemSelected (int row, int column) |
| protected void | ToogleUIVisibility () |
| protected DebugWeatherRPCData | GetRPCDataNormal () |
| protected DebugWeatherRPCData | GetRPCDataImmediate () |
| protected void | SendRPC (DebugWeatherRPCData data) |
| protected void | InvokeSendRPC () |
| protected 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) |
| protected void | ButtonHighlight (Widget w) |
| protected void | ButtonNormal (Widget w) |
| protected void ButtonHighlight | ( | Widget | w | ) |
References ARGB(), and Class::CastTo().
Referenced by OnMouseEnter().
| protected void ButtonNormal | ( | Widget | w | ) |
References ARGB(), and Class::CastTo().
Referenced by OnMouseLeave().
| protected string CopyValues | ( | ) |
References m_FogDurationEditbox, m_FogInterpolationEditbox, m_FogValueEditbox, m_OvercastDurationEditbox, m_OvercastInterpolationEditbox, m_OvercastValueEditbox, m_RainDurationEditbox, m_RainInterpolationEditbox, m_RainValueEditbox, m_SnowfallDurationEditbox, m_SnowfallInterpolationEditbox, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityTimeEditbox, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityTimeEditbox, m_WindDDurationEditbox, m_WindDInterpolationEditbox, m_WindDValueEditbox, m_WindMDurationEditbox, m_WindMInterpolationEditbox, and m_WindMValueEditbox.
Referenced by OnClick().
| protected void DeleteWeatherPreset | ( | ) |
References m_ConfigDebugProfile, m_SelectedWeatherPreset, and ReloadWeatherPresetsList().
Referenced by OnClick().
| protected DebugWeatherRPCData GetRPCDataImmediate | ( | ) |
References DURATION_MAX, DebugWeatherRPCData::m_FogDuration, DebugWeatherRPCData::m_FogInterpolation, DebugWeatherRPCData::m_FogValue, m_FogValueSetSlider, DebugWeatherRPCData::m_OvercastDuration, DebugWeatherRPCData::m_OvercastInterpolation, DebugWeatherRPCData::m_OvercastValue, m_OvercastValueSetSlider, DebugWeatherRPCData::m_RainDuration, DebugWeatherRPCData::m_RainInterpolation, DebugWeatherRPCData::m_RainValue, m_RainValueSetSlider, DebugWeatherRPCData::m_SnowfallDuration, DebugWeatherRPCData::m_SnowfallInterpolation, DebugWeatherRPCData::m_SnowfallValue, m_SnowfallValueSetSlider, DebugWeatherRPCData::m_VolFogDistanceDensity, m_VolFogDistanceDensitySlider, DebugWeatherRPCData::m_VolFogDistanceDensityTime, m_VolFogDistanceDensityTimeSlider, DebugWeatherRPCData::m_VolFogHeightBias, m_VolFogHeightBiasSlider, DebugWeatherRPCData::m_VolFogHeightBiasTime, m_VolFogHeightBiasTimeSlider, DebugWeatherRPCData::m_VolFogHeightDensity, m_VolFogHeightDensitySlider, DebugWeatherRPCData::m_VolFogHeightDensityTime, m_VolFogHeightDensityTimeSlider, DebugWeatherRPCData::m_WindDDuration, DebugWeatherRPCData::m_WindDInterpolation, DebugWeatherRPCData::m_WindDirectionValue, m_WindDValueSetSlider, DebugWeatherRPCData::m_WindMagnitudeValue, DebugWeatherRPCData::m_WindMDuration, DebugWeatherRPCData::m_WindMInterpolation, and m_WindMValueSetSlider.
Referenced by InvokeSendRPC().
| protected DebugWeatherRPCData GetRPCDataNormal | ( | ) |
References DURATION_MAX, DebugWeatherRPCData::m_FogDuration, m_FogDurationTimeSlider, DebugWeatherRPCData::m_FogInterpolation, m_FogInterpolationTimeValue, DebugWeatherRPCData::m_FogValue, m_FogValueSetSlider, DebugWeatherRPCData::m_OvercastDuration, m_OvercastDurationTimeSlider, DebugWeatherRPCData::m_OvercastInterpolation, m_OvercastInterpolationTimeValue, DebugWeatherRPCData::m_OvercastValue, m_OvercastValueSetSlider, DebugWeatherRPCData::m_RainDuration, m_RainDurationTimeSlider, DebugWeatherRPCData::m_RainInterpolation, m_RainInterpolationTimeValue, DebugWeatherRPCData::m_RainValue, m_RainValueSetSlider, DebugWeatherRPCData::m_SnowfallDuration, m_SnowfallDurationTimeSlider, DebugWeatherRPCData::m_SnowfallInterpolation, m_SnowfallInterpolationTimeValue, DebugWeatherRPCData::m_SnowfallValue, m_SnowfallValueSetSlider, DebugWeatherRPCData::m_VolFogDistanceDensity, m_VolFogDistanceDensitySlider, DebugWeatherRPCData::m_VolFogDistanceDensityTime, m_VolFogDistanceDensityTimeSlider, DebugWeatherRPCData::m_VolFogHeightBias, m_VolFogHeightBiasSlider, DebugWeatherRPCData::m_VolFogHeightBiasTime, m_VolFogHeightBiasTimeSlider, DebugWeatherRPCData::m_VolFogHeightDensity, m_VolFogHeightDensitySlider, DebugWeatherRPCData::m_VolFogHeightDensityTime, m_VolFogHeightDensityTimeSlider, DebugWeatherRPCData::m_WindDDuration, m_WindDDurationTimeSlider, DebugWeatherRPCData::m_WindDInterpolation, m_WindDInterpolationTimeValue, DebugWeatherRPCData::m_WindDirectionValue, m_WindDValueSetSlider, DebugWeatherRPCData::m_WindMagnitudeValue, DebugWeatherRPCData::m_WindMDuration, m_WindMDurationTimeSlider, DebugWeatherRPCData::m_WindMInterpolation, m_WindMInterpolationTimeValue, and m_WindMValueSetSlider.
Referenced by OnClick().
| protected void InitValues | ( | bool | forceCurrent = false | ) |
References DURATION_MAX, WeatherPhenomenon::GetActual(), Weather::GetDynVolFogDistanceDensity(), Weather::GetDynVolFogHeightBias(), Weather::GetDynVolFogHeightDensity(), Weather::GetFog(), GetGame(), Weather::GetOvercast(), Weather::GetRain(), Weather::GetSnowfall(), CGame::GetWeather(), Weather::GetWindDirection(), Weather::GetWindMagnitude(), INTERPOLATION_MAX, m_FogDurationEditbox, m_FogDurationMaxText, m_FogDurationTimeValue, m_FogInterpolationEditbox, m_FogInterpolationMaxText, m_FogInterpolationTimeValue, m_FogValue, m_FogValueEditbox, m_OvercastDurationEditbox, m_OvercastDurationMaxText, m_OvercastDurationTimeValue, m_OvercastInterpolationEditbox, m_OvercastInterpolationMaxText, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueEditbox, m_RainDurationEditbox, m_RainDurationMaxText, m_RainDurationTimeValue, m_RainInterpolationEditbox, m_RainInterpolationMaxText, m_RainInterpolationTimeValue, m_RainValue, m_RainValueEditbox, m_SnowfallDurationEditbox, m_SnowfallDurationMaxText, m_SnowfallDurationTimeValue, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationMaxText, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeValue, m_VolFogHeightDensityValue, m_WindDDurationEditbox, m_WindDDurationMaxText, m_WindDDurationTimeValue, m_WindDInterpolationEditbox, m_WindDInterpolationMaxText, m_WindDInterpolationTimeValue, m_WindDirectionValue, m_WindDValueEditbox, m_WindMagnitudeValue, m_WindMDurationEditbox, m_WindMDurationMaxText, m_WindMDurationTimeValue, m_WindMInterpolationEditbox, m_WindMInterpolationMaxText, m_WindMInterpolationTimeValue, m_WindMValueEditbox, float::ToString(), and UpdateSliderValues().
| protected void InvokeSendRPC | ( | ) |
References GetRPCDataImmediate(), and SendRPC().
Referenced by LoadWeatherPreset().
| protected void LoadWeatherPreset | ( | ) |
References InvokeSendRPC(), m_FogValueSetSlider, m_OvercastValueSetSlider, m_RainValueSetSlider, m_SelectedWeatherPreset, m_SnowfallValueSetSlider, m_VolFogDistanceDensitySlider, m_VolFogHeightBiasSlider, m_VolFogHeightDensitySlider, m_WindDValueSetSlider, m_WindMValueSetSlider, UpdateEditboxValues(), and UpdateSliderValues().
Referenced by OnClick().
References GetMouseState(), KeyState(), m_FogDurationTimeSlider, m_FogInterpolationTimeSlider, m_FogValueSetSlider, m_OvercastDurationTimeSlider, m_OvercastInterpolationTimeSlider, m_OvercastValueSetSlider, m_RainDurationTimeSlider, m_RainInterpolationTimeSlider, m_RainValueSetSlider, m_RPCTimer, m_SnowfallDurationTimeSlider, m_SnowfallInterpolationTimeSlider, m_SnowfallValueSetSlider, m_VolFogDistanceDensitySlider, m_VolFogHeightBiasSlider, m_VolFogHeightDensitySlider, m_WindDValueSetSlider, m_WindMValueSetSlider, UpdateEditboxValues(), and UpdateSliderValues().
References CGame::CopyFromClipboard(), CGame::CopyToClipboard(), CopyValues(), DeleteWeatherPreset(), GetGame(), GetRPCDataNormal(), InitValues(), LoadWeatherPreset(), m_ApplyButton, m_CopyButton, m_DeletePresetButton, m_HideUIButton, m_LoadPresetButton, m_PasteButton, m_ResetButton, m_SavePresetButton, m_UpdateButton, PasteValues(), ResetValues(), SaveWeatherPreset(), SendRPC(), ToogleUIVisibility(), and UpdateSliderValues().
References m_ConfigDebugProfile, m_SelectedWeatherPreset, and m_WeatherPresetEditbox.
Referenced by ScriptConsoleWeatherTab().
References ButtonHighlight().
| protected void PasteValues | ( | string | clipboard | ) |
References m_FogDurationEditbox, m_FogInterpolationEditbox, m_FogValueEditbox, m_OvercastDurationEditbox, m_OvercastInterpolationEditbox, m_OvercastValueEditbox, m_RainDurationEditbox, m_RainInterpolationEditbox, m_RainValueEditbox, m_SnowfallDurationEditbox, m_SnowfallInterpolationEditbox, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityTimeEditbox, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityTimeEditbox, m_WindDDurationEditbox, m_WindDInterpolationEditbox, m_WindDValueEditbox, m_WindMDurationEditbox, m_WindMInterpolationEditbox, m_WindMValueEditbox, and string::Split().
Referenced by OnClick().
| protected void ReloadWeatherPresetsList | ( | ) |
References Count, ErrorEx, m_ConfigDebugProfile, and m_WeatherPresetsList.
Referenced by DeleteWeatherPreset(), SaveWeatherPreset(), and ScriptConsoleWeatherTab().
| protected void ResetValues | ( | ) |
References DURATION_MAX, m_FogDurationEditbox, m_FogDurationTimeValue, m_FogInterpolationEditbox, m_FogInterpolationTimeValue, m_FogValue, m_FogValueEditbox, m_OvercastDurationEditbox, m_OvercastDurationTimeValue, m_OvercastInterpolationEditbox, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueEditbox, m_RainDurationEditbox, m_RainDurationTimeValue, m_RainInterpolationEditbox, m_RainInterpolationTimeValue, m_RainValue, m_RainValueEditbox, m_SnowfallDurationEditbox, m_SnowfallDurationTimeValue, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeValue, m_VolFogHeightDensityValue, m_WindDDurationEditbox, m_WindDDurationTimeValue, m_WindDInterpolationEditbox, m_WindDInterpolationTimeValue, m_WindDirectionValue, m_WindDValueEditbox, m_WindMagnitudeValue, m_WindMDurationEditbox, m_WindMDurationTimeValue, m_WindMInterpolationEditbox, m_WindMInterpolationTimeValue, m_WindMValueEditbox, and UpdateSliderValues().
Referenced by OnClick().
| protected void SaveWeatherPreset | ( | ) |
References m_ConfigDebugProfile, m_FogValueEditbox, m_IsSavingPreset, m_OvercastValueEditbox, m_RainValueEditbox, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogHeightBiasEditbox, m_VolFogHeightDensityEditbox, m_WeatherPresetEditbox, m_WindDValueEditbox, m_WindMValueEditbox, and ReloadWeatherPresetsList().
Referenced by OnClick().
| void ScriptConsoleWeatherTab | ( | Widget | root, |
| ScriptConsole | console, | ||
| Widget | button, | ||
| ScriptConsoleTabBase | parent = null |
||
| ) |
References InitValues(), m_ApplyButton, m_CopyButton, m_DeletePresetButton, m_FogDurationEditbox, m_FogDurationMaxText, m_FogDurationTimeSlider, m_FogInterpolationEditbox, m_FogInterpolationMaxText, m_FogInterpolationTimeSlider, m_FogValueEditbox, m_FogValueGetSlider, m_FogValueSetSlider, m_FogValueSetText, m_HideUIButton, m_HideUIIcon, m_LoadPresetButton, m_OvercastDurationEditbox, m_OvercastDurationMaxText, m_OvercastDurationTimeSlider, m_OvercastInterpolationEditbox, m_OvercastInterpolationMaxText, m_OvercastInterpolationTimeSlider, m_OvercastValueEditbox, m_OvercastValueGetSlider, m_OvercastValueSetSlider, m_OvercastValueSetText, m_PasteButton, m_RainDurationEditbox, m_RainDurationMaxText, m_RainDurationTimeSlider, m_RainInterpolationEditbox, m_RainInterpolationMaxText, m_RainInterpolationTimeSlider, m_RainValueEditbox, m_RainValueGetSlider, m_RainValueSetSlider, m_RainValueSetText, m_ResetButton, m_SavePresetButton, m_SnowfallDurationEditbox, m_SnowfallDurationMaxText, m_SnowfallDurationTimeSlider, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationMaxText, m_SnowfallInterpolationTimeSlider, m_SnowfallValueEditbox, m_SnowfallValueGetSlider, m_SnowfallValueSetSlider, m_SnowfallValueSetText, m_UpdateButton, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityMaxText, m_VolFogDistanceDensityMinText, m_VolFogDistanceDensitySetText, m_VolFogDistanceDensitySlider, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeMaxText, m_VolFogDistanceDensityTimeMinText, m_VolFogDistanceDensityTimeSetText, m_VolFogDistanceDensityTimeSlider, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasMaxText, m_VolFogHeightBiasMinText, m_VolFogHeightBiasSetText, m_VolFogHeightBiasSlider, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeMaxText, m_VolFogHeightBiasTimeMinText, m_VolFogHeightBiasTimeSetText, m_VolFogHeightBiasTimeSlider, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityMaxText, m_VolFogHeightDensityMinText, m_VolFogHeightDensitySetText, m_VolFogHeightDensitySlider, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeMaxText, m_VolFogHeightDensityTimeMinText, m_VolFogHeightDensityTimeSetText, m_VolFogHeightDensityTimeSlider, m_WeatherPresetEditbox, m_WeatherPresetsList, m_WeatherPresetsPanel, m_WindDDurationEditbox, m_WindDDurationMaxText, m_WindDDurationTimeSlider, m_WindDInterpolationEditbox, m_WindDInterpolationMaxText, m_WindDInterpolationTimeSlider, m_WindDValueEditbox, m_WindDValueGetSlider, m_WindDValueSetSlider, m_WindDValueSetText, m_WindMDurationEditbox, m_WindMDurationMaxText, m_WindMDurationTimeSlider, m_WindMInterpolationEditbox, m_WindMInterpolationMaxText, m_WindMInterpolationTimeSlider, m_WindMValueEditbox, m_WindMValueGetSlider, m_WindMValueSetSlider, m_WindMValueSetText, OnListItemSelected(), and ReloadWeatherPresetsList().
Referenced by UIScriptedMenu::Init(), and ScriptConsoleWeatherWindTab::ScriptConsoleWeatherWindTab().
| protected void SendRPC | ( | DebugWeatherRPCData | data | ) |
References GetGame(), CGame::GetPlayer(), GetPlayer(), and CGame::RPCSingleParam().
| protected void ToogleUIVisibility | ( | ) |
References m_HideUIIcon, m_Root, and m_UIVisibilityState.
Referenced by OnClick().
| override void Update | ( | float | timeslice | ) |
References Mission::AddActiveInputExcludes(), GetFocus(), GetGame(), CGame::GetMission(), CGame::GetUIManager(), GetWidgetUnderCursor(), KeyState(), m_CanUseMovement, m_IsCAPSPressed, m_MouseMovementEnabled, m_WeatherPresetEditbox, Mission::RemoveActiveInputExcludes(), UIManager::ShowUICursor(), and UpdateWeatherValues().
| void UpdateEditboxValues | ( | ) |
References DURATION_MAX, INTERPOLATION_MAX, m_FogDurationEditbox, m_FogDurationTimeSlider, m_FogDurationTimeValue, m_FogInterpolationEditbox, m_FogInterpolationTimeSlider, m_FogInterpolationTimeValue, m_FogValue, m_FogValueEditbox, m_FogValueSetSlider, m_OvercastDurationEditbox, m_OvercastDurationTimeSlider, m_OvercastDurationTimeValue, m_OvercastInterpolationEditbox, m_OvercastInterpolationTimeSlider, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueEditbox, m_OvercastValueSetSlider, m_RainDurationEditbox, m_RainDurationTimeSlider, m_RainDurationTimeValue, m_RainInterpolationEditbox, m_RainInterpolationTimeSlider, m_RainInterpolationTimeValue, m_RainValue, m_RainValueEditbox, m_RainValueSetSlider, m_SnowfallDurationEditbox, m_SnowfallDurationTimeSlider, m_SnowfallDurationTimeValue, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationTimeSlider, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueEditbox, m_SnowfallValueSetSlider, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensitySlider, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeSlider, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasSlider, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeSlider, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensityEditbox, m_VolFogHeightDensitySlider, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeSlider, m_VolFogHeightDensityTimeValue, m_VolFogHeightDensityValue, m_WindDDurationEditbox, m_WindDDurationTimeSlider, m_WindDDurationTimeValue, m_WindDInterpolationEditbox, m_WindDInterpolationTimeSlider, m_WindDInterpolationTimeValue, m_WindDirectionValue, m_WindDValueEditbox, m_WindDValueSetSlider, m_WindMagnitudeValue, m_WindMDurationEditbox, m_WindMDurationTimeSlider, m_WindMDurationTimeValue, m_WindMInterpolationEditbox, m_WindMInterpolationTimeSlider, m_WindMInterpolationTimeValue, m_WindMValueEditbox, m_WindMValueSetSlider, and float::ToString().
Referenced by LoadWeatherPreset(), and OnChange().
| void UpdateSliderValues | ( | ) |
References DURATION_MAX, INTERPOLATION_MAX, Math::InverseLerp(), m_FogDurationEditbox, m_FogDurationTimeSlider, m_FogInterpolationEditbox, m_FogInterpolationTimeSlider, m_FogValueEditbox, m_FogValueSetSlider, m_OvercastDurationEditbox, m_OvercastDurationTimeSlider, m_OvercastInterpolationEditbox, m_OvercastInterpolationTimeSlider, m_OvercastValueEditbox, m_OvercastValueSetSlider, m_RainDurationEditbox, m_RainDurationTimeSlider, m_RainInterpolationEditbox, m_RainInterpolationTimeSlider, m_RainValueEditbox, m_RainValueSetSlider, m_SnowfallDurationEditbox, m_SnowfallDurationTimeSlider, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationTimeSlider, m_SnowfallValueEditbox, m_SnowfallValueSetSlider, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensitySlider, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeSlider, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasSlider, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeSlider, m_VolFogHeightDensityEditbox, m_VolFogHeightDensitySlider, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeSlider, m_WindDDurationEditbox, m_WindDDurationTimeSlider, m_WindDInterpolationEditbox, m_WindDInterpolationTimeSlider, m_WindDValueEditbox, m_WindDValueSetSlider, m_WindMDurationEditbox, m_WindMDurationTimeSlider, m_WindMInterpolationEditbox, m_WindMInterpolationTimeSlider, m_WindMValueEditbox, and m_WindMValueSetSlider.
Referenced by InitValues(), LoadWeatherPreset(), OnChange(), OnClick(), and ResetValues().
| protected void UpdateWeatherValues | ( | ) |
References WeatherPhenomenon::GetActual(), Weather::GetDynVolFogDistanceDensity(), Weather::GetDynVolFogHeightBias(), Weather::GetDynVolFogHeightDensity(), Weather::GetFog(), GetGame(), Weather::GetOvercast(), Weather::GetRain(), Weather::GetSnowfall(), CGame::GetWeather(), Weather::GetWindDirection(), Weather::GetWindMagnitude(), m_FogValueGetSlider, m_FogValueSetText, m_OvercastValueGetSlider, m_OvercastValueSetText, m_RainValueGetSlider, m_RainValueSetText, m_SnowfallValueGetSlider, m_SnowfallValueSetText, m_VolFogDistanceDensitySetText, m_VolFogHeightBiasSetText, m_VolFogHeightDensitySetText, m_WindDValueGetSlider, m_WindDValueSetText, m_WindMValueGetSlider, m_WindMValueSetText, and float::ToString().
Referenced by Update().
| void ~ScriptConsoleWeatherTab | ( | ) |
References DURATION_MAX, INTERPOLATION_MAX, m_FogDurationTimeSlider, m_FogDurationTimeValue, m_FogInterpolationTimeSlider, m_FogInterpolationTimeValue, m_FogValue, m_FogValueSetSlider, m_OvercastDurationTimeSlider, m_OvercastDurationTimeValue, m_OvercastInterpolationTimeSlider, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueSetSlider, m_RainDurationTimeSlider, m_RainDurationTimeValue, m_RainInterpolationTimeSlider, m_RainInterpolationTimeValue, m_RainValue, m_RainValueSetSlider, m_SnowfallDurationTimeSlider, m_SnowfallDurationTimeValue, m_SnowfallInterpolationTimeSlider, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueSetSlider, m_VolFogDistanceDensitySlider, m_VolFogDistanceDensityTimeSlider, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensitySlider, m_VolFogHeightDensityTimeSlider, m_VolFogHeightDensityTimeValue, and m_VolFogHeightDensityValue.
| protected const int DURATION_MAX = 960 |
| protected const int INTERPOLATION_MAX = 920 |
Referenced by InitValues(), UpdateEditboxValues(), UpdateSliderValues(), and ~ScriptConsoleWeatherTab().
| protected ButtonWidget m_ApplyButton |
Referenced by UIScriptedMenu::Init(), UIScriptedMenu::OnClick(), OnClick(), and ScriptConsoleWeatherTab().
| protected ButtonWidget m_CopyButton |
Referenced by UIScriptedMenu::Init(), UIScriptedMenu::OnClick(), OnClick(), and ScriptConsoleWeatherTab().
| protected ButtonWidget m_DeletePresetButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected EditBoxWidget m_FogDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_FogDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_FogDurationTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_FogInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_FogInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_FogInterpolationTimeSlider |
Referenced by OnChange(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), UpdateSliderValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_FogValueEditbox |
| protected SliderWidget m_FogValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_FogValueSetSlider |
| protected TextWidget m_FogValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected ButtonWidget m_HideUIButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected ImageWidget m_HideUIIcon |
Referenced by ScriptConsoleWeatherTab(), and ToogleUIVisibility().
| protected bool m_IsSavingPreset |
Referenced by SaveWeatherPreset().
| protected ButtonWidget m_LoadPresetButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected EditBoxWidget m_OvercastDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_OvercastDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_OvercastDurationTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_OvercastInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_OvercastInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_OvercastInterpolationTimeSlider |
Referenced by OnChange(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), UpdateSliderValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_OvercastValueEditbox |
| protected SliderWidget m_OvercastValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_OvercastValueSetSlider |
| protected TextWidget m_OvercastValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected ButtonWidget m_PasteButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected EditBoxWidget m_RainDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_RainDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_RainDurationTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_RainInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_RainInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_RainInterpolationTimeSlider |
Referenced by OnChange(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), UpdateSliderValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_RainValueEditbox |
| protected SliderWidget m_RainValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_RainValueSetSlider |
| protected TextWidget m_RainValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected ButtonWidget m_ResetButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| class ScriptConsoleWeatherValues m_RPCTimer = new Timer() |
Referenced by OnChange().
| protected ButtonWidget m_SavePresetButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected ScriptConsoleWeatherPreset m_SelectedWeatherPreset |
Referenced by DeleteWeatherPreset(), LoadWeatherPreset(), and OnListItemSelected().
| protected EditBoxWidget m_SnowfallDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_SnowfallDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_SnowfallDurationTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_SnowfallInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_SnowfallInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_SnowfallInterpolationTimeSlider |
Referenced by OnChange(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), UpdateSliderValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_SnowfallValueEditbox |
| protected SliderWidget m_SnowfallValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_SnowfallValueSetSlider |
| protected TextWidget m_SnowfallValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected bool m_UIVisibilityState = true |
Referenced by ToogleUIVisibility().
| protected ButtonWidget m_UpdateButton |
Referenced by OnClick(), and ScriptConsoleWeatherTab().
| protected EditBoxWidget m_VolFogDistanceDensityEditbox |
| protected TextWidget m_VolFogDistanceDensityMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogDistanceDensityMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogDistanceDensitySetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_VolFogDistanceDensitySlider |
| protected EditBoxWidget m_VolFogDistanceDensityTimeEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_VolFogDistanceDensityTimeMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogDistanceDensityTimeMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogDistanceDensityTimeSetText |
Referenced by ScriptConsoleWeatherTab().
| protected SliderWidget m_VolFogDistanceDensityTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_VolFogHeightBiasEditbox |
| protected TextWidget m_VolFogHeightBiasMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightBiasMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightBiasSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_VolFogHeightBiasSlider |
| protected EditBoxWidget m_VolFogHeightBiasTimeEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_VolFogHeightBiasTimeMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightBiasTimeMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightBiasTimeSetText |
Referenced by ScriptConsoleWeatherTab().
| protected SliderWidget m_VolFogHeightBiasTimeSlider |
Referenced by GetRPCDataImmediate(), GetRPCDataNormal(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_VolFogHeightDensityEditbox |
| protected TextWidget m_VolFogHeightDensityMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightDensityMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightDensitySetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_VolFogHeightDensitySlider |
| protected EditBoxWidget m_VolFogHeightDensityTimeEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_VolFogHeightDensityTimeMaxText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightDensityTimeMinText |
Referenced by ScriptConsoleWeatherTab().
| protected TextWidget m_VolFogHeightDensityTimeSetText |
Referenced by ScriptConsoleWeatherTab().
| protected SliderWidget m_VolFogHeightDensityTimeSlider |
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
|
static |
Referenced by InitValues(), ResetValues(), UpdateEditboxValues(), and ~ScriptConsoleWeatherTab().
| protected EditBoxWidget m_WeatherPresetEditbox |
Referenced by OnListItemSelected(), SaveWeatherPreset(), ScriptConsoleWeatherTab(), and Update().
| protected ref ScriptConsolePresetsList m_WeatherPresetsList |
Referenced by ReloadWeatherPresetsList(), and ScriptConsoleWeatherTab().
| protected Widget m_WeatherPresetsPanel |
Referenced by ScriptConsoleWeatherTab().
| protected EditBoxWidget m_WindDDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_WindDDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_WindDDurationTimeSlider |
Referenced by GetRPCDataNormal(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
|
static |
Referenced by InitValues(), ResetValues(), and UpdateEditboxValues().
| protected EditBoxWidget m_WindDInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_WindDInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_WindDInterpolationTimeSlider |
Referenced by ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), and UpdateEditboxValues().
|
static |
Referenced by InitValues(), ResetValues(), and UpdateEditboxValues().
| protected EditBoxWidget m_WindDValueEditbox |
| protected SliderWidget m_WindDValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_WindDValueSetSlider |
| protected TextWidget m_WindDValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
|
static |
Referenced by InitValues(), ResetValues(), and UpdateEditboxValues().
| protected EditBoxWidget m_WindMDurationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_WindMDurationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_WindMDurationTimeSlider |
Referenced by GetRPCDataNormal(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
|
static |
Referenced by InitValues(), ResetValues(), and UpdateEditboxValues().
| protected EditBoxWidget m_WindMInterpolationEditbox |
Referenced by CopyValues(), InitValues(), PasteValues(), ResetValues(), ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
| protected TextWidget m_WindMInterpolationMaxText |
Referenced by InitValues(), and ScriptConsoleWeatherTab().
| protected SliderWidget m_WindMInterpolationTimeSlider |
Referenced by ScriptConsoleWeatherTab(), UpdateEditboxValues(), and UpdateSliderValues().
|
static |
Referenced by GetRPCDataNormal(), InitValues(), ResetValues(), and UpdateEditboxValues().
| protected EditBoxWidget m_WindMValueEditbox |
| protected SliderWidget m_WindMValueGetSlider |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().
| protected SliderWidget m_WindMValueSetSlider |
| protected TextWidget m_WindMValueSetText |
Referenced by ScriptConsoleWeatherTab(), and UpdateWeatherValues().