Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Update()
override
void
Terraria.GameContent.UI.Elements.UIDynamicItemCollection.Update
(
GameTime
gameTime
)
inline
virtual
Reimplemented from
Terraria.UI.UIElement
.
Definition at line
116
of file
UIDynamicItemCollection.cs
.
117
{
118
base
.Update(
gameTime
);
119
if
(
base
.IsMouseHovering)
120
{
121
Main.LocalPlayer.mouseInterface =
true
;
122
}
123
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
GameContent
UI
Elements
UIDynamicItemCollection
Generated by
1.10.0