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

◆ LineUpdate()

void Terraria.GameContent.UI.WiresUI.WiresRadial.LineUpdate ( )
inlineprivate

Definition at line 243 of file WiresUI.cs.

244 {
245 int num = 1;
246 if (num == 0)
247 {
248 }
249 int myPlayer = Main.myPlayer;
250 bool drawToolModeUI = WiresUI.Settings.DrawToolModeUI;
251 if (num == 0)
252 {
253 }
254 if (num != 0)
255 {
256 if (num == 0)
257 {
258 if (num == 0)
259 {
260 }
261 int type = Main.mouseItem.type;
262 }
263 return;
264 }
265 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.UI.WiresUI.Settings.DrawToolModeUI, j__TPar, Terraria.Main.mouseItem, Terraria.Main.myPlayer, and Terraria.Item.type.

Referenced by Terraria.GameContent.UI.WiresUI.WiresRadial.Update().