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

◆ LoadRightItemRegion()

void GUIPageOptions.LoadRightItemRegion ( )
inlineprivate

Definition at line 254 of file GUIPageOptions.cs.

255 {
256 int num = this.rightItemIndex;
257 float x = this.rightItemSpacing.X;
258 float y = this.rightItemSpacing.Y;
259 if (num == 0)
260 {
261 }
262 float x2 = this.rightItemPosition.X;
263 float y2 = this.rightItemPosition.Y;
264 float x3 = this.rightItemSize.X;
265 float y3 = this.rightItemSize.Y;
266 }
class f__AnonymousType0<< Count > j__TPar
Vector2 rightItemSpacing
Vector2 rightItemPosition

References j__TPar, rightItemIndex, rightItemPosition, rightItemSize, rightItemSpacing, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by DrawChestLoot(), DrawChestLootAll(), DrawChestRename(), DrawChestRestock(), and DrawChestSplitStack().