terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RainBackingHandler()

void GUIJourneySliderSetting.RainBackingHandler ( Vector2 position,
Vector2 size,
Slider_Layout layout,
bool controllerOver )
inline

Definition at line 37 of file GUIJourneySliderSetting.cs.

38 {
40 float sliderValue = CreativePowerManager.Instance.GetPower<CreativePowers.ModifyRainPower>().GetSliderValue();
41 bool wasDragging = this.dragState.wasDragging;
42 if (!wasDragging)
43 {
44 }
46 if (wasDragging)
47 {
49 return;
50 }
51 DateTime dateTime = this.lastShown;
52 double totalSeconds = (now - dateTime).TotalSeconds;
53 }
class f__AnonymousType0<< Count > j__TPar
static Rectangle GetControlRegion(ControlAnchor.ControlId controlId)
GUISlider.DragState dragState
static DateTime Now
Definition DateTime.cs:530

References GUISliderSetting.dragState, ControlAnchor.GetControlRegion(), Terraria.GameContent.Creative.CreativePowerManager.Instance, j__TPar, lastShown, System.DateTime.Now, and GUISliderSetting.sliderValue.