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

◆ DrawCategoryButtons()

void GUIHairWindow.DrawCategoryButtons ( )
inlineprivate

Definition at line 91 of file GUIHairWindow.cs.

92 {
93 int num = 1;
94 if (num == 0)
95 {
96 }
97 bool mouseLeft = Main.mouseLeft;
98 if (num == 0)
99 {
100 }
101 bool mouseLeftRelease = Main.mouseLeftRelease;
102 int num2 = 17096;
104 bool drawSliders = this.DrawSliders;
106 int num3 = 2;
110 if (num3 == 0)
111 {
112 }
113 if (num3 == 0)
114 {
115 }
117 bool drawSliders2 = this.DrawSliders;
120 {
121 }
122 if (!drawSliders2)
123 {
124 }
125 if (!drawSliders2)
126 {
127 }
129 bool drawSliders3 = this.DrawSliders;
132 {
133 int num4 = 1;
134 this.DrawSliders = num4 != 0;
135 }
136 bool drawSliders4 = this.DrawSliders;
137 if (drawSliders4)
138 {
139 if (!drawSliders4)
140 {
141 }
142 return;
143 }
144 if (!drawSliders4)
145 {
146 }
148 float deltaTime = Time.deltaTime;
149 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerHairStylist _controller
float TimeSinceItemChange
static bool mouseLeftRelease
Definition Main.cs:2029
static Microsoft.Xna.Framework.Graphics.Color selColor
Definition Main.cs:3623
static bool mouseLeft
Definition Main.cs:671
static float deltaTime
Definition Time.cs:14

References _controller, GUIControllerHairStylist.Activate(), UnityEngine.Time.deltaTime, DrawSliders, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.selColor, and TimeSinceItemChange.

Referenced by Draw().