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

◆ GetSelectedItemRegion()

Rectangle GUIControllerSettingsOverlay.GetSelectedItemRegion ( )
inline

Implements GUIControllerItem.

Definition at line 110 of file GUIControllerSettingsOverlay.cs.

111 {
113 if (this._overlayEntry != null)
114 {
115 Rectangle overlayRegion = this._overlayRegion;
116 int width = this._overlayRegion.Width;
117 ControlAnchor.SetGridItemRegion(overlayRegion);
118 int overlayIndex = this._overlayIndex;
121 float x2 = transactionButton_Layout.Location.X;
122 float y = transactionButton_Layout.Location.Y;
126 float x3 = transactionButton_Layout.overloadedSize.X;
127 float x4 = transactionButton_Layout.Location.X;
128 return region;
129 }
131 return region;
132 }
class f__AnonymousType0<< Count > j__TPar
static void SetGridItemRegion(Rectangle region)
GUIControllerSettingsOverlay.Controls selectedControl
static Rectangle GetRegion(TransactionButton_Layout layout)

References _overlayEntry, _overlayIndex, _overlayRegion, GUITransactionButton.GetRegion(), j__TPar, TransactionButton_Layout.overloadedSize, selectedControl, ControlAnchor.SetGridItemRegion(), Microsoft.Xna.Framework.Rectangle.Width, Microsoft.Xna.Framework.Rectangle.X, and Microsoft.Xna.Framework.Vector2.X.