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

◆ DifficultyBackingHandler()

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

Definition at line 56 of file GUIJourneySliderSetting.cs.

57 {
59 !!0 power = CreativePowerManager.Instance.GetPower();
60 bool wasDragging = this.dragState.wasDragging;
61 if (!wasDragging)
62 {
63 }
65 if (wasDragging)
66 {
68 return;
69 }
70 DateTime dateTime = this.lastShown;
71 double totalSeconds = (now - dateTime).TotalSeconds;
72 }
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, and System.DateTime.Now.