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

◆ OriginalY

int Terraria.ModLoader.DrawableTooltipLine.OriginalY
getset

The Y position where the tooltip would be drawn that is not adjusted by mods.

Definition at line 93 of file DrawableTooltipLine.cs.

94 {
95 get
96 {
97 return _originalY;
98 }
99 internal set
100 {
101 Y = (_originalY = value);
102 }
103 }
int Y
The Y position where the tooltip would be drawn.

Referenced by Terraria.ModLoader.DrawableTooltipLine.DrawableTooltipLine().