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

◆ DrawCursor()

static void Terraria.Main.DrawCursor ( Microsoft::Xna::Framework::Vector2 bonus,
bool smart = false )
inlinestatic

Definition at line 13868 of file Main.cs.

13869 {
13870 if (!true)
13871 {
13872 }
13873 bool gameMenu = Main.gameMenu;
13874 int myPlayer = Main.myPlayer;
13875 int myPlayer2 = Main.myPlayer;
13876 Main.ClearSmartInteract();
13877 Main.TileInteractionHY = int.MinValue;
13878 Main.TileInteractionLY = int.MinValue;
13879 Main.TileInteractionHX = int.MinValue;
13880 Main.TileInteractionLX = int.MinValue;
13881 if (-2147483648 == 0)
13882 {
13883 }
13885 bool gameMenu2 = Main.gameMenu;
13886 }
class f__AnonymousType0<< Count > j__TPar
static Microsoft.Xna.Framework.Graphics.Color cursorColor
Definition Main.cs:3245
static int myPlayer
Definition Main.cs:2337
static bool gameMenu
Definition Main.cs:2673

References Terraria.Main.ClearSmartInteract(), Terraria.Main.cursorColor, Terraria.Main.gameMenu, j__TPar, and Terraria.Main.myPlayer.