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

◆ ClampUIScale()

void GUIInterfaceEdit.ClampUIScale ( )
inline

Definition at line 332 of file GUIInterfaceEdit.cs.

333 {
334 bool enabled;
335 if (this.dragState.wasDragging)
336 {
337 enabled = this.Enabled;
338 if (enabled)
339 {
340 return;
341 }
342 }
343 if (!enabled)
344 {
345 }
348 }
class f__AnonymousType0<< Count > j__TPar
GUISlider.DragState dragState
static InterfaceProfile_Layout Active

References InterfaceStyles_Layout.Active, dragState, Enabled, j__TPar, and InterfaceProfile_Layout.MinVerticalResolution.

Referenced by DrawUITweaks().