Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawToolModeUI

bool Terraria.GameContent.UI.WiresUI.Settings.DrawToolModeUI
staticget

Definition at line 49 of file WiresUI.cs.

50 {
51 get
52 {
53 int type = Main.player[Main.myPlayer].inventory[Main.player[Main.myPlayer].selectedItem].type;
54 if (type != 3611)
55 {
56 return type == 3625;
57 }
58 return true;
59 }
60 }

Referenced by Terraria.GameInput.PlayerInput.ComposeInstructionsForGamepad(), Terraria.GameContent.UI.WiresUI.WiresRadial.FlowerUpdate(), Terraria.GameContent.UI.WiresUI.WiresRadial.LineUpdate(), and Terraria.Player.QuickGrapple().