terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ LeftDraw()

void GUIPageIcons.LeftDraw ( ItemGrid_Layout gridLayout,
int index,
Microsoft::Xna::Framework::Vector2 position,
float scale )
inlineprivate

Definition at line 381 of file GUIPageIcons.cs.

382 {
383 if (this.leftMenuTogglePressed)
384 {
385 this.LeftOver(index);
386 }
388 GUIPageIcons.Category category = this.lastHoverLeft;
391 this.lastHoverLeft.value__ = (int)scale;
395 if (list4 == null)
396 {
397 }
398 if (Main.mouseItem != null)
399 {
400 if (list4 == null)
401 {
402 }
403 int type = Main.mouseItem.type;
405 if (!true)
406 {
407 }
408 float mouseItemTime = Main.mouseItemTime;
409 if (92 == 0)
410 {
411 }
412 }
413 if (92 == 0)
414 {
415 }
427 }
class f__AnonymousType0<< Count > j__TPar
float TimeSinceLeftChanged
GUIPageIcons.Category hoverLeft
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
GUIPageIcons.PageControlsType PageControls
GUIPageIcons.Category lastHoverLeft
bool leftMenuTogglePressed
List< GUIPageIcons.Category > leftItems
float TimeSinceLeftHoverChanged
void LeftOver(int index)
static float mouseItemTime
Definition Main.cs:2169
static Item mouseItem
Definition Main.cs:2155

References _selectedLeft, hoverLeft, j__TPar, lastHoverLeft, leftItems, leftMenuTogglePressed, LeftOver(), System.list, Terraria.Main.mouseItem, Terraria.Main.mouseItemTime, PageControls, selectedLeft, TimeSinceLeftChanged, TimeSinceLeftHoverChanged, and Terraria.Item.type.