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

◆ MouseText() [2/2]

void Terraria.Main.MouseText ( string cursorText,
string buffTooltip,
int rare = 0,
byte diff = 0,
int hackedMouseX = -1,
int hackedMouseY = -1,
int hackedScreenWidth = -1,
int hackedScreenHeight = -1,
int pushWidthX = 0,
bool noOverride = false )
inline

Definition at line 19471 of file Main.cs.

19472 {
19474 {
19475 _mouseTextCache = new MouseTextCache
19476 {
19477 noOverride = noOverride,
19478 isValid = true,
19479 cursorText = cursorText,
19480 rare = rare,
19481 diff = diff,
19482 X = hackedMouseX,
19483 Y = hackedMouseY,
19484 hackedScreenWidth = hackedScreenWidth,
19485 hackedScreenHeight = hackedScreenHeight,
19486 buffTooltip = buffTooltip
19487 };
19488 }
19489 }
static int rare
Definition Main.cs:2540
MouseTextCache _mouseTextCache
Definition Main.cs:2470

References Terraria.Main._mouseTextCache, Terraria.Main.MouseTextCache.noOverride, and Terraria.Main.rare.