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

◆ DrawManaBar()

void Terraria.GameContent.UI.ResourceSets.FancyClassicPlayerResourcesDisplaySet.DrawManaBar ( SpriteBatch spriteBatch)
inlineprivate

Definition at line 161 of file FancyClassicPlayerResourcesDisplaySet.cs.

162 {
163 if (!true)
164 {
165 }
166 int screenWidth = Main.screenWidth;
167 if (this._starCount == 0)
168 {
169 }
170 if (!true)
171 {
172 }
173 if (!true)
174 {
175 }
176 if (true)
177 {
178 return;
179 }
180 if (!true)
181 {
182 }
183 int starCount = this._starCount;
184 if (!true)
185 {
186 }
187 if (!true)
188 {
189 }
190 if (!true)
191 {
192 }
193 }

References Terraria.GameContent.UI.ResourceSets.FancyClassicPlayerResourcesDisplaySet._starCount, and Terraria.Main.screenWidth.