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

◆ HeartDraw()

void GUIHearts.HeartDraw ( ItemGrid_Layout gridLayout,
int index,
Microsoft::Xna::Framework::Vector2 position,
float scale )
inlineprivate

Definition at line 123 of file GUIHearts.cs.

124 {
125 int num = 1;
126 if (num == 0)
127 {
128 }
129 int myPlayer = Main.myPlayer;
130 float num2 = this.heartLife;
131 if (num == 0)
132 {
133 }
134 int myPlayer2 = Main.myPlayer;
135 float num3 = this.heartLife;
136 }
class f__AnonymousType0<< Count > j__TPar
float heartLife
Definition GUIHearts.cs:162
static int myPlayer
Definition Main.cs:2337

References heartLife, j__TPar, and Terraria.Main.myPlayer.