Terraria v1.4.4.9
Terraria 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 18734 of file Main.cs.

18735 {
18737 {
18738 _mouseTextCache = new MouseTextCache
18739 {
18740 noOverride = noOverride,
18741 isValid = true,
18742 cursorText = cursorText,
18743 rare = rare,
18744 diff = diff,
18745 X = hackedMouseX,
18746 Y = hackedMouseY,
18747 hackedScreenWidth = hackedScreenWidth,
18748 hackedScreenHeight = hackedScreenHeight,
18749 buffTooltip = buffTooltip
18750 };
18751 }
18752 }
static int rare
Definition Main.cs:2457
MouseTextCache _mouseTextCache
Definition Main.cs:2387

References Terraria.Main._mouseTextCache, Terraria.Main.MouseTextCache.noOverride, Terraria.Main.rare, System.X, and System.Y.