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

◆ MouseTextHackZoom() [1/2]

void Terraria.Main.MouseTextHackZoom ( string text,
int itemRarity,
byte diff = 0,
string buffTooltip = null )
inline

Definition at line 19456 of file Main.cs.

19457 {
19458 MouseText(text, buffTooltip, itemRarity, diff);
19459 }
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().

+ Here is the call graph for this function: