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

◆ GetManaRegion()

Rectangle GUIMana.GetManaRegion ( )
inline

Definition at line 102 of file GUIMana.cs.

103 {
106 if (!true)
107 {
108 }
111 bool flag = this.LayoutCache.Dirty(itemGrid_Layout);
112 float x = this.lastAnchorPoint.X;
113 float y = this.lastAnchorPoint.Y;
114 int num = this.starCount;
116 this.lastStarCount = num;
119 int num2 = this.starCount;
120 if (num == 0)
121 {
122 }
127 int width = this.StarsRegion.Width;
128 return starsRegion;
129 }
class f__AnonymousType0<< Count > j__TPar
bool Dirty(ItemGrid_Layout layout)
static Rectangle Right_Root
Microsoft.Xna.Framework.Vector2 lastAnchorPoint
Definition GUIMana.cs:206
Rectangle StarsRegion
Definition GUIMana.cs:203
CachedGridLayoutSettings LayoutCache
Definition GUIMana.cs:200
int starCount
Definition GUIMana.cs:194
GUIItemGrid.GetItemScaleHandler starScale
Definition GUIMana.cs:233

References CachedGridLayoutSettings.Dirty(), j__TPar, lastAnchorPoint, LayoutCache, ControlAnchor.Right_Root, starCount, starScale, StarsRegion, RightSideHUDAnchorUpdator.Update(), and Microsoft.Xna.Framework.Rectangle.Width.