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

◆ DrawInterface_0_InterfaceLogic1()

static void Terraria.Main.DrawInterface_0_InterfaceLogic1 ( )
inlinestaticprivate

Definition at line 59669 of file Main.cs.

59670 {
59671 if (player[myPlayer].selectedItem == 58 && player[myPlayer].itemAnimation > 0)
59672 {
59673 mouseLeftRelease = false;
59674 }
59675 }
static int myPlayer
The index in F:Terraria.Main.player of this client's Player. If this is 255, this client is the ser...
Definition Main.cs:1958
static bool mouseLeftRelease
Definition Main.cs:1908
static Player[] player
Definition Main.cs:1960

References Terraria.Main.mouseLeftRelease, Terraria.Main.myPlayer, and Terraria.Main.player.

Referenced by Terraria.Main.SetupDrawInterfaceLayers().

+ Here is the caller graph for this function: