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

◆ MouseTextNoOverride()

void Terraria.Main.MouseTextNoOverride ( string cursorText,
int rare = 0,
byte diff = 0,
int hackedMouseX = -1,
int hackedMouseY = -1,
int hackedScreenWidth = -1,
int hackedScreenHeight = -1,
int pushWidthX = 0 )
inline

Definition at line 19461 of file Main.cs.

19462 {
19463 MouseText(cursorText, null, rare, diff, hackedMouseX, hackedMouseY, hackedScreenWidth, hackedScreenHeight, pushWidthX, noOverride: true);
19464 }
static int rare
Definition Main.cs:2540
void MouseText(string cursorText, int rare=0, byte diff=0, int hackedMouseX=-1, int hackedMouseY=-1, int hackedScreenWidth=-1, int hackedScreenHeight=-1, int pushWidthX=0)
Definition Main.cs:19466

References Terraria.Main.MouseText(), and Terraria.Main.rare.

+ Here is the call graph for this function: