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

◆ InventoryDraw()

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

Definition at line 364 of file GUIPageIcons.cs.

365 {
367 GUIPageIcons.Category category = this.lastHoverLeft;
370 this.lastHoverLeft.value__ = (int)scale;
375 float x = this.pageButtonRegionSize.X;
376 float y = this.pageButtonRegionSize.Y;
377 int size = this.leftItems._size;
378 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category hoverLeft
Microsoft.Xna.Framework.Vector2 pageButtonRegionSize
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
GUIPageIcons.Category lastHoverLeft
List< GUIPageIcons.Category > leftItems

References _selectedLeft, System.Collections.Generic.List< T >._size, hoverLeft, j__TPar, lastHoverLeft, leftItems, System.list, pageButtonRegionSize, and selectedLeft.