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

◆ Dirty()

bool CachedGridLayoutSettings.Dirty ( ItemGrid_Layout layout)
inline

Definition at line 8 of file CachedGridLayoutSettings.cs.

9 {
10 if (!true)
11 {
12 }
13 bool horizontal = layout.Horizontal;
14 bool horizontal2 = this.Horizontal;
17 int itemCount = layout.ItemCount;
18 int itemCount2 = this.ItemCount;
19 int itemLineCount = layout.ItemLineCount;
21 float x = layout.PickingBorder.X;
22 float y = layout.PickingBorder.Y;
23 float x2 = this.PickingBorder.X;
24 float y2 = this.PickingBorder.Y;
25 if (itemLineCount2 == 0)
26 {
27 }
28 float x3 = layout.PickingOffset.X;
29 float y3 = layout.PickingOffset.Y;
30 float x4 = this.PickingOffset.X;
31 float y4 = this.PickingOffset.Y;
32 float x5 = layout.ExtraElementSpacing.X;
33 float y5 = layout.ExtraElementSpacing.Y;
34 float x6 = this.ExtraElementSpacing.X;
35 float y6 = this.ExtraElementSpacing.Y;
40 float x7 = layout.FirstItemLocation.X;
41 float y7 = layout.FirstItemLocation.Y;
42 float x8 = this.FirstItemLocation.X;
43 float y8 = this.FirstItemLocation.Y;
44 if (firstItemAnchor == (LayoutCalculator.AnchorType)0)
45 {
46 }
47 int screenWidth = this.ScreenWidth;
48 int screenHeight = this.ScreenHeight;
49 bool flag;
50 return flag;
51 }
class f__AnonymousType0<< Count > j__TPar
ItemGrid_Layout.ReorderStyle Reorder
ControlAnchor.ControlId FirstAnchorControl
LayoutCalculator.AnchorType FirstItemAnchor
Vector2 FirstItemLocation
Vector2 ExtraElementSpacing

References ExtraElementSpacing, ItemGrid_Layout.ExtraElementSpacing, FirstAnchorControl, FirstItemAnchor, FirstItemLocation, ItemGrid_Layout.FirstItemLocation, Horizontal, ItemCount, ItemLineCount, ItemGrid_Layout.ItemLineCount, j__TPar, PickingBorder, PickingOffset, Reorder, ScreenHeight, ScreenWidth, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by GUIHearts.GetHeartsRegion(), and GUIMana.GetManaRegion().