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

◆ WindBackingHandler()

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

Definition at line 18 of file GUIJourneySliderSetting.cs.

19 {
22 bool wasDragging = this.dragState.wasDragging;
23 if (!wasDragging)
24 {
25 }
27 if (wasDragging)
28 {
30 return;
31 }
32 DateTime dateTime = this.lastShown;
33 double totalSeconds = (now - dateTime).TotalSeconds;
34 }
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.